pub struct CandidType(/* private fields */);Trait Implementations§
Source§impl Clone for CandidType
impl Clone for CandidType
Source§fn clone(&self) -> CandidType
fn clone(&self) -> CandidType
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 CandidType
impl Debug for CandidType
Source§impl<'de> Deserialize<'de> for CandidType
impl<'de> Deserialize<'de> for CandidType
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for CandidType
impl Display for CandidType
Source§impl From<TypeInner> for CandidType
impl From<TypeInner> for CandidType
Source§impl Hash for CandidType
impl Hash for CandidType
Source§impl Ord for CandidType
impl Ord for CandidType
Source§fn cmp(&self, other: &CandidType) -> Ordering
fn cmp(&self, other: &CandidType) -> 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 CandidType
impl PartialEq for CandidType
Source§impl PartialOrd for CandidType
impl PartialOrd for CandidType
Source§impl Serialize for CandidType
impl Serialize for CandidType
impl Eq for CandidType
impl StructuralPartialEq for CandidType
Auto Trait Implementations§
impl Freeze for CandidType
impl RefUnwindSafe for CandidType
impl !Send for CandidType
impl !Sync for CandidType
impl Unpin for CandidType
impl UnsafeUnpin for CandidType
impl UnwindSafe for CandidType
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