Struct nmstate::LldpMaxFrameSize
source · #[non_exhaustive]pub struct LldpMaxFrameSize(pub u32);Tuple Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.0: u32Trait Implementations§
source§impl Clone for LldpMaxFrameSize
impl Clone for LldpMaxFrameSize
source§fn clone(&self) -> LldpMaxFrameSize
fn clone(&self) -> LldpMaxFrameSize
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 LldpMaxFrameSize
impl Debug for LldpMaxFrameSize
source§impl Default for LldpMaxFrameSize
impl Default for LldpMaxFrameSize
source§fn default() -> LldpMaxFrameSize
fn default() -> LldpMaxFrameSize
Returns the “default value” for a type. Read more
source§impl PartialEq for LldpMaxFrameSize
impl PartialEq for LldpMaxFrameSize
source§fn eq(&self, other: &LldpMaxFrameSize) -> bool
fn eq(&self, other: &LldpMaxFrameSize) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for LldpMaxFrameSize
impl Serialize for LldpMaxFrameSize
impl Eq for LldpMaxFrameSize
impl StructuralEq for LldpMaxFrameSize
impl StructuralPartialEq for LldpMaxFrameSize
Auto Trait Implementations§
impl RefUnwindSafe for LldpMaxFrameSize
impl Send for LldpMaxFrameSize
impl Sync for LldpMaxFrameSize
impl Unpin for LldpMaxFrameSize
impl UnwindSafe for LldpMaxFrameSize
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.source§impl<T> NoneValue for Twhere
T: Default,
impl<T> NoneValue for Twhere
T: Default,
type NoneType = T
source§fn null_value() -> T
fn null_value() -> T
The none-equivalent value.