pub struct Nonsec1_SPEC;Trait Implementations§
Source§impl Clone for Nonsec1_SPEC
impl Clone for Nonsec1_SPEC
Source§fn clone(&self) -> Nonsec1_SPEC
fn clone(&self) -> Nonsec1_SPEC
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 Ord for Nonsec1_SPEC
impl Ord for Nonsec1_SPEC
Source§fn cmp(&self, other: &Nonsec1_SPEC) -> Ordering
fn cmp(&self, other: &Nonsec1_SPEC) -> 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 Nonsec1_SPEC
impl PartialEq for Nonsec1_SPEC
Source§impl PartialOrd for Nonsec1_SPEC
impl PartialOrd for Nonsec1_SPEC
impl Copy for Nonsec1_SPEC
impl Eq for Nonsec1_SPEC
impl StructuralPartialEq for Nonsec1_SPEC
Auto Trait Implementations§
impl Freeze for Nonsec1_SPEC
impl RefUnwindSafe for Nonsec1_SPEC
impl Send for Nonsec1_SPEC
impl Sync for Nonsec1_SPEC
impl Unpin for Nonsec1_SPEC
impl UnwindSafe for Nonsec1_SPEC
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