pub enum LInsertWhere {
Before,
After,
}
Variants§
Trait Implementations§
Source§impl IntoArgs for LInsertWhere
impl IntoArgs for LInsertWhere
fn into_args(self, args: CommandArgs) -> CommandArgs
fn num_args(&self) -> usize
Auto Trait Implementations§
impl Freeze for LInsertWhere
impl RefUnwindSafe for LInsertWhere
impl Send for LInsertWhere
impl Sync for LInsertWhere
impl Unpin for LInsertWhere
impl UnwindSafe for LInsertWhere
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