pub struct Prototype { /* private fields */ }
Expand description
A command prototype.
Implementations§
Trait Implementations§
impl Eq for Prototype
impl StructuralPartialEq for Prototype
Auto Trait Implementations§
impl Freeze for Prototype
impl RefUnwindSafe for Prototype
impl Send for Prototype
impl Sync for Prototype
impl Unpin for Prototype
impl UnwindSafe for Prototype
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