pub struct FieldSourceKey(/* private fields */);Expand description
Typed proposal key derived from one current FieldSourceKey name.
Implementations§
Trait Implementations§
Source§impl CandidType for FieldSourceKey
impl CandidType for FieldSourceKey
Source§impl Clone for FieldSourceKey
impl Clone for FieldSourceKey
Source§fn clone(&self) -> FieldSourceKey
fn clone(&self) -> FieldSourceKey
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 FieldSourceKey
impl Debug for FieldSourceKey
Source§impl<'de> Deserialize<'de> for FieldSourceKey
impl<'de> Deserialize<'de> for FieldSourceKey
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 FieldSourceKey
impl Display for FieldSourceKey
impl Eq for FieldSourceKey
Source§impl Hash for FieldSourceKey
impl Hash for FieldSourceKey
Source§impl Ord for FieldSourceKey
impl Ord for FieldSourceKey
Source§fn cmp(&self, other: &FieldSourceKey) -> Ordering
fn cmp(&self, other: &FieldSourceKey) -> Ordering
1.21.0 (const: unstable) · 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 FieldSourceKey
impl PartialEq for FieldSourceKey
Source§impl PartialOrd for FieldSourceKey
impl PartialOrd for FieldSourceKey
Source§impl Serialize for FieldSourceKey
impl Serialize for FieldSourceKey
impl StructuralPartialEq for FieldSourceKey
Auto Trait Implementations§
impl Freeze for FieldSourceKey
impl RefUnwindSafe for FieldSourceKey
impl Send for FieldSourceKey
impl Sync for FieldSourceKey
impl Unpin for FieldSourceKey
impl UnsafeUnpin for FieldSourceKey
impl UnwindSafe for FieldSourceKey
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