pub struct ChainKeyKeyId {
pub name: String,
}Fields§
§name: StringTrait Implementations§
Source§impl CandidType for ChainKeyKeyId
impl CandidType for ChainKeyKeyId
Source§impl Clone for ChainKeyKeyId
impl Clone for ChainKeyKeyId
Source§fn clone(&self) -> ChainKeyKeyId
fn clone(&self) -> ChainKeyKeyId
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 ChainKeyKeyId
impl Debug for ChainKeyKeyId
Source§impl<'de> Deserialize<'de> for ChainKeyKeyId
impl<'de> Deserialize<'de> for ChainKeyKeyId
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
impl Eq for ChainKeyKeyId
Source§impl PartialEq for ChainKeyKeyId
impl PartialEq for ChainKeyKeyId
Source§fn eq(&self, other: &ChainKeyKeyId) -> bool
fn eq(&self, other: &ChainKeyKeyId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ChainKeyKeyId
impl Serialize for ChainKeyKeyId
impl StructuralPartialEq for ChainKeyKeyId
Auto Trait Implementations§
impl Freeze for ChainKeyKeyId
impl RefUnwindSafe for ChainKeyKeyId
impl Send for ChainKeyKeyId
impl Sync for ChainKeyKeyId
impl Unpin for ChainKeyKeyId
impl UnsafeUnpin for ChainKeyKeyId
impl UnwindSafe for ChainKeyKeyId
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