pub enum UnlockInfo {
Current,
Addr(u64),
}Variants§
Auto Trait Implementations§
impl Freeze for UnlockInfo
impl RefUnwindSafe for UnlockInfo
impl Send for UnlockInfo
impl Sync for UnlockInfo
impl Unpin for UnlockInfo
impl UnwindSafe for UnlockInfo
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