pub struct NtpSourceName {
pub ip_addr: ChronyAddr,
}Fields§
§ip_addr: ChronyAddrTrait Implementations§
Source§impl Clone for NtpSourceName
impl Clone for NtpSourceName
Source§fn clone(&self) -> NtpSourceName
fn clone(&self) -> NtpSourceName
Returns a duplicate of the value. Read more
1.0.0 · 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 NtpSourceName
impl Debug for NtpSourceName
Source§impl Hash for NtpSourceName
impl Hash for NtpSourceName
Source§impl Ord for NtpSourceName
impl Ord for NtpSourceName
Source§fn cmp(&self, other: &NtpSourceName) -> Ordering
fn cmp(&self, other: &NtpSourceName) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for NtpSourceName
impl PartialEq for NtpSourceName
Source§impl PartialOrd for NtpSourceName
impl PartialOrd for NtpSourceName
impl Copy for NtpSourceName
impl Eq for NtpSourceName
impl StructuralPartialEq for NtpSourceName
Auto Trait Implementations§
impl Freeze for NtpSourceName
impl RefUnwindSafe for NtpSourceName
impl Send for NtpSourceName
impl Sync for NtpSourceName
impl Unpin for NtpSourceName
impl UnwindSafe for NtpSourceName
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