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