pub struct BitcaskyClock {
pub clock: ClockImpl,
}Fields§
§clock: ClockImplTrait Implementations§
Source§impl Debug for BitcaskyClock
impl Debug for BitcaskyClock
Source§impl Default for BitcaskyClock
impl Default for BitcaskyClock
Source§impl Deref for BitcaskyClock
impl Deref for BitcaskyClock
Auto Trait Implementations§
impl Freeze for BitcaskyClock
impl RefUnwindSafe for BitcaskyClock
impl Send for BitcaskyClock
impl Sync for BitcaskyClock
impl Unpin for BitcaskyClock
impl UnwindSafe for BitcaskyClock
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