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