pub struct SmbSource;Trait Implementations§
Source§impl TimeSource for SmbSource
impl TimeSource for SmbSource
fn name(&self) -> &'static str
fn fetch( &self, target: SocketAddr, timeout: Duration, ) -> Result<OffsetMicros, TimeSourceError>
Auto Trait Implementations§
impl Freeze for SmbSource
impl RefUnwindSafe for SmbSource
impl Send for SmbSource
impl Sync for SmbSource
impl Unpin for SmbSource
impl UnsafeUnpin for SmbSource
impl UnwindSafe for SmbSource
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