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