pub struct TimeLockedSession {
pub session_id: String,
pub condition: TimeLockCondition,
pub signature: Option<Vec<u8>>,
pub ready: bool,
}Fields§
§session_id: String§condition: TimeLockCondition§signature: Option<Vec<u8>>§ready: boolImplementations§
Auto Trait Implementations§
impl Freeze for TimeLockedSession
impl RefUnwindSafe for TimeLockedSession
impl Send for TimeLockedSession
impl Sync for TimeLockedSession
impl Unpin for TimeLockedSession
impl UnsafeUnpin for TimeLockedSession
impl UnwindSafe for TimeLockedSession
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