pub struct DevicePublicKeySpec {
pub kid: String,
pub public_key_multibase: String,
}Fields§
§kid: String§public_key_multibase: StringTrait Implementations§
Source§impl Clone for DevicePublicKeySpec
impl Clone for DevicePublicKeySpec
Source§fn clone(&self) -> DevicePublicKeySpec
fn clone(&self) -> DevicePublicKeySpec
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 DevicePublicKeySpec
impl Debug for DevicePublicKeySpec
Source§impl<'de> Deserialize<'de> for DevicePublicKeySpec
impl<'de> Deserialize<'de> for DevicePublicKeySpec
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 DevicePublicKeySpec
Source§impl PartialEq for DevicePublicKeySpec
impl PartialEq for DevicePublicKeySpec
Source§impl Serialize for DevicePublicKeySpec
impl Serialize for DevicePublicKeySpec
impl StructuralPartialEq for DevicePublicKeySpec
Auto Trait Implementations§
impl Freeze for DevicePublicKeySpec
impl RefUnwindSafe for DevicePublicKeySpec
impl Send for DevicePublicKeySpec
impl Sync for DevicePublicKeySpec
impl Unpin for DevicePublicKeySpec
impl UnsafeUnpin for DevicePublicKeySpec
impl UnwindSafe for DevicePublicKeySpec
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