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