pub struct CreateCommand;Implementations§
Auto Trait Implementations§
impl Freeze for CreateCommand
impl RefUnwindSafe for CreateCommand
impl Send for CreateCommand
impl Sync for CreateCommand
impl Unpin for CreateCommand
impl UnwindSafe for CreateCommand
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