Enum WrapperKind
pub enum WrapperKind {
Without,
WithConditional,
WithUnconditional,
}Variants§
Implementations§
§impl WrapperKind
impl WrapperKind
pub fn array(self) -> WrapperClause
Trait Implementations§
§impl Clone for WrapperKind
impl Clone for WrapperKind
§fn clone(&self) -> WrapperKind
fn clone(&self) -> WrapperKind
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 WrapperKind
impl Debug for WrapperKind
§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 WrapperKind
impl RefUnwindSafe for WrapperKind
impl Send for WrapperKind
impl Sync for WrapperKind
impl Unpin for WrapperKind
impl UnwindSafe for WrapperKind
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