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