Struct lightning_signer::util::clock::StandardClock
source · pub struct StandardClock();
Expand description
A clock provider using the std::time::SystemTime
Trait Implementations§
impl SendSync for StandardClock
Auto Trait Implementations§
impl RefUnwindSafe for StandardClock
impl Send for StandardClock
impl Sync for StandardClock
impl Unpin for StandardClock
impl UnwindSafe for StandardClock
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