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