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