Struct wasm_multisig::TimeLock
source · pub struct TimeLock {
pub expiry: SystemTime,
}Fields§
§expiry: SystemTimeImplementations§
Auto Trait Implementations§
impl Freeze for TimeLock
impl RefUnwindSafe for TimeLock
impl Send for TimeLock
impl Sync for TimeLock
impl Unpin for TimeLock
impl UnwindSafe for TimeLock
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