pub struct PamojaDeviceIdentity { /* private fields */ }Expand description
An opaque handle to a device’s private signing identity.
Auto Trait Implementations§
impl Freeze for PamojaDeviceIdentity
impl RefUnwindSafe for PamojaDeviceIdentity
impl Send for PamojaDeviceIdentity
impl Sync for PamojaDeviceIdentity
impl Unpin for PamojaDeviceIdentity
impl UnsafeUnpin for PamojaDeviceIdentity
impl UnwindSafe for PamojaDeviceIdentity
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