pub enum TstampType {
Host,
HostLowPrec,
HostHighPrec,
Adapter,
AdapterUnsynced,
}Variants§
Auto Trait Implementations§
impl Freeze for TstampType
impl RefUnwindSafe for TstampType
impl Send for TstampType
impl Sync for TstampType
impl Unpin for TstampType
impl UnwindSafe for TstampType
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