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