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