pub struct VerifiedDeviceExclusionOutcome {
pub object: VerifiedObject<StoreDeviceExclusionOutcome>,
pub owner: StoreDeviceRegistration,
}Fields§
§object: VerifiedObject<StoreDeviceExclusionOutcome>§owner: StoreDeviceRegistrationTrait Implementations§
Auto Trait Implementations§
impl !Freeze for VerifiedDeviceExclusionOutcome
impl RefUnwindSafe for VerifiedDeviceExclusionOutcome
impl Send for VerifiedDeviceExclusionOutcome
impl Sync for VerifiedDeviceExclusionOutcome
impl Unpin for VerifiedDeviceExclusionOutcome
impl UnsafeUnpin for VerifiedDeviceExclusionOutcome
impl UnwindSafe for VerifiedDeviceExclusionOutcome
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