pub struct ModifyMinPoll {
pub address: ChronyAddr,
pub new_minpoll: i32,
}Fields§
§address: ChronyAddr§new_minpoll: i32Trait Implementations§
Source§impl Clone for ModifyMinPoll
impl Clone for ModifyMinPoll
Source§fn clone(&self) -> ModifyMinPoll
fn clone(&self) -> ModifyMinPoll
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 ModifyMinPoll
impl Debug for ModifyMinPoll
Source§impl Hash for ModifyMinPoll
impl Hash for ModifyMinPoll
Source§impl Ord for ModifyMinPoll
impl Ord for ModifyMinPoll
Source§fn cmp(&self, other: &ModifyMinPoll) -> Ordering
fn cmp(&self, other: &ModifyMinPoll) -> 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 ModifyMinPoll
impl PartialEq for ModifyMinPoll
Source§impl PartialOrd for ModifyMinPoll
impl PartialOrd for ModifyMinPoll
impl Copy for ModifyMinPoll
impl Eq for ModifyMinPoll
impl StructuralPartialEq for ModifyMinPoll
Auto Trait Implementations§
impl Freeze for ModifyMinPoll
impl RefUnwindSafe for ModifyMinPoll
impl Send for ModifyMinPoll
impl Sync for ModifyMinPoll
impl Unpin for ModifyMinPoll
impl UnwindSafe for ModifyMinPoll
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