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