pub struct DeviceRevocationImportParams {
pub token: String,
}Expand description
Params of Request::DeviceRevocationImport (#85 ask 4).
Fields§
§token: StringA mcpmesh-revoke: token from a peer.
Trait Implementations§
Source§impl Clone for DeviceRevocationImportParams
impl Clone for DeviceRevocationImportParams
Source§fn clone(&self) -> DeviceRevocationImportParams
fn clone(&self) -> DeviceRevocationImportParams
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 DeviceRevocationImportParams
impl Debug for DeviceRevocationImportParams
Source§impl<'de> Deserialize<'de> for DeviceRevocationImportParams
impl<'de> Deserialize<'de> for DeviceRevocationImportParams
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 DeviceRevocationImportParams
impl StructuralPartialEq for DeviceRevocationImportParams
Auto Trait Implementations§
impl Freeze for DeviceRevocationImportParams
impl RefUnwindSafe for DeviceRevocationImportParams
impl Send for DeviceRevocationImportParams
impl Sync for DeviceRevocationImportParams
impl Unpin for DeviceRevocationImportParams
impl UnsafeUnpin for DeviceRevocationImportParams
impl UnwindSafe for DeviceRevocationImportParams
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