pub struct Enableupdate(/* private fields */);Implementations§
Source§impl Enableupdate
impl Enableupdate
Source§impl Enableupdate
impl Enableupdate
Trait Implementations§
Source§impl Clone for Enableupdate
impl Clone for Enableupdate
Source§fn clone(&self) -> Enableupdate
fn clone(&self) -> Enableupdate
Returns a duplicate 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 Enableupdate
impl Debug for Enableupdate
Source§impl From<Enableupdate> for u16
impl From<Enableupdate> for u16
Source§fn from(val: Enableupdate) -> u16
fn from(val: Enableupdate) -> u16
Converts to this type from the input type.
Source§impl From<u16> for Enableupdate
impl From<u16> for Enableupdate
Source§fn from(val: u16) -> Enableupdate
fn from(val: u16) -> Enableupdate
Converts to this type from the input type.
Source§impl Ord for Enableupdate
impl Ord for Enableupdate
Source§fn cmp(&self, other: &Enableupdate) -> Ordering
fn cmp(&self, other: &Enableupdate) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Enableupdate
impl PartialEq for Enableupdate
Source§impl PartialOrd for Enableupdate
impl PartialOrd for Enableupdate
impl Copy for Enableupdate
impl Eq for Enableupdate
impl StructuralPartialEq for Enableupdate
Auto Trait Implementations§
impl Freeze for Enableupdate
impl RefUnwindSafe for Enableupdate
impl Send for Enableupdate
impl Sync for Enableupdate
impl Unpin for Enableupdate
impl UnwindSafe for Enableupdate
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