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