pub struct MoveInsertMode(pub bool);Tuple Fields§
§0: boolTrait Implementations§
Source§impl<'a> Capability<'a> for MoveInsertMode
impl<'a> Capability<'a> for MoveInsertMode
Source§impl Clone for MoveInsertMode
impl Clone for MoveInsertMode
Source§fn clone(&self) -> MoveInsertMode
fn clone(&self) -> MoveInsertMode
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 moreSource§impl Debug for MoveInsertMode
impl Debug for MoveInsertMode
Source§impl From<MoveInsertMode> for bool
impl From<MoveInsertMode> for bool
Source§fn from(cap: MoveInsertMode) -> Self
fn from(cap: MoveInsertMode) -> Self
Converts to this type from the input type.
Source§impl PartialEq for MoveInsertMode
impl PartialEq for MoveInsertMode
impl Copy for MoveInsertMode
impl Eq for MoveInsertMode
impl StructuralPartialEq for MoveInsertMode
Auto Trait Implementations§
impl Freeze for MoveInsertMode
impl RefUnwindSafe for MoveInsertMode
impl Send for MoveInsertMode
impl Sync for MoveInsertMode
impl Unpin for MoveInsertMode
impl UnwindSafe for MoveInsertMode
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