Struct WrapperClause
pub struct WrapperClause { /* private fields */ }Trait Implementations§
§impl Clone for WrapperClause
impl Clone for WrapperClause
§fn clone(&self) -> WrapperClause
fn clone(&self) -> WrapperClause
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for WrapperClause
impl Debug for WrapperClause
§impl From<WrapperKind> for WrapperClause
impl From<WrapperKind> for WrapperClause
§fn from(kind: WrapperKind) -> Self
fn from(kind: WrapperKind) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for WrapperClause
impl RefUnwindSafe for WrapperClause
impl Send for WrapperClause
impl Sync for WrapperClause
impl Unpin for WrapperClause
impl UnwindSafe for WrapperClause
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more