pub struct EndOfOptionList;Expand description
End of Option List.
Implementations§
Trait Implementations§
Source§impl Clone for EndOfOptionList
impl Clone for EndOfOptionList
Source§fn clone(&self) -> EndOfOptionList
fn clone(&self) -> EndOfOptionList
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Codec for EndOfOptionList
impl Codec for EndOfOptionList
impl Copy for EndOfOptionList
Source§impl Debug for EndOfOptionList
impl Debug for EndOfOptionList
impl Eq for EndOfOptionList
Source§impl Hash for EndOfOptionList
impl Hash for EndOfOptionList
Source§impl Ord for EndOfOptionList
impl Ord for EndOfOptionList
Source§fn cmp(&self, other: &EndOfOptionList) -> Ordering
fn cmp(&self, other: &EndOfOptionList) -> Ordering
1.21.0 (const: unstable) · 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 EndOfOptionList
impl PartialEq for EndOfOptionList
Source§impl PartialOrd for EndOfOptionList
impl PartialOrd for EndOfOptionList
impl StructuralPartialEq for EndOfOptionList
Auto Trait Implementations§
impl Freeze for EndOfOptionList
impl RefUnwindSafe for EndOfOptionList
impl Send for EndOfOptionList
impl Sync for EndOfOptionList
impl Unpin for EndOfOptionList
impl UnsafeUnpin for EndOfOptionList
impl UnwindSafe for EndOfOptionList
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