pub struct EnableAutowrap;
Expand description
The unit EnableAutowrap
command.
Trait Implementations§
Source§impl Clone for EnableAutowrap
impl Clone for EnableAutowrap
Source§fn clone(&self) -> EnableAutowrap
fn clone(&self) -> EnableAutowrap
Returns a copy 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 EnableAutowrap
impl Debug for EnableAutowrap
Source§impl Display for EnableAutowrap
impl Display for EnableAutowrap
Source§impl PartialEq for EnableAutowrap
impl PartialEq for EnableAutowrap
impl Command for EnableAutowrap
impl Copy for EnableAutowrap
impl Eq for EnableAutowrap
impl StructuralPartialEq for EnableAutowrap
Auto Trait Implementations§
impl Freeze for EnableAutowrap
impl RefUnwindSafe for EnableAutowrap
impl Send for EnableAutowrap
impl Sync for EnableAutowrap
impl Unpin for EnableAutowrap
impl UnwindSafe for EnableAutowrap
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