pub struct DelSource {
pub ip_addr: ChronyAddr,
}Fields§
§ip_addr: ChronyAddrTrait Implementations§
Source§impl Ord for DelSource
impl Ord for DelSource
Source§impl PartialOrd for DelSource
impl PartialOrd for DelSource
impl Copy for DelSource
impl Eq for DelSource
impl StructuralPartialEq for DelSource
Auto Trait Implementations§
impl Freeze for DelSource
impl RefUnwindSafe for DelSource
impl Send for DelSource
impl Sync for DelSource
impl Unpin for DelSource
impl UnwindSafe for DelSource
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