pub enum BootNotificationResponseStatus {
Accepted,
Pending,
Rejected,
}Variants§
Trait Implementations§
Source§impl Clone for BootNotificationResponseStatus
impl Clone for BootNotificationResponseStatus
Source§fn clone(&self) -> BootNotificationResponseStatus
fn clone(&self) -> BootNotificationResponseStatus
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 moreimpl Eq for BootNotificationResponseStatus
impl StructuralPartialEq for BootNotificationResponseStatus
Auto Trait Implementations§
impl Freeze for BootNotificationResponseStatus
impl RefUnwindSafe for BootNotificationResponseStatus
impl Send for BootNotificationResponseStatus
impl Sync for BootNotificationResponseStatus
impl Unpin for BootNotificationResponseStatus
impl UnsafeUnpin for BootNotificationResponseStatus
impl UnwindSafe for BootNotificationResponseStatus
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