pub enum PwrenStatus {
NotReady,
Ready,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PwrenStatus
impl RefUnwindSafe for PwrenStatus
impl Send for PwrenStatus
impl Sync for PwrenStatus
impl Unpin for PwrenStatus
impl UnsafeUnpin for PwrenStatus
impl UnwindSafe for PwrenStatus
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