pub struct NtpSignDSocketConfig {
pub directory: String,
}Fields§
§directory: StringTrait Implementations§
Source§impl Clone for NtpSignDSocketConfig
impl Clone for NtpSignDSocketConfig
Source§fn clone(&self) -> NtpSignDSocketConfig
fn clone(&self) -> NtpSignDSocketConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NtpSignDSocketConfig
impl Debug for NtpSignDSocketConfig
Source§impl PartialEq for NtpSignDSocketConfig
impl PartialEq for NtpSignDSocketConfig
Source§fn eq(&self, other: &NtpSignDSocketConfig) -> bool
fn eq(&self, other: &NtpSignDSocketConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NtpSignDSocketConfig
Auto Trait Implementations§
impl Freeze for NtpSignDSocketConfig
impl RefUnwindSafe for NtpSignDSocketConfig
impl Send for NtpSignDSocketConfig
impl Sync for NtpSignDSocketConfig
impl Unpin for NtpSignDSocketConfig
impl UnsafeUnpin for NtpSignDSocketConfig
impl UnwindSafe for NtpSignDSocketConfig
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