pub struct SettingsPing {
pub interval_seconds: Option<i32>,
}Expand description
Settings for ping functionality.
Fields§
§interval_seconds: Option<i32>Trait Implementations§
Source§impl Clone for SettingsPing
impl Clone for SettingsPing
Source§fn clone(&self) -> SettingsPing
fn clone(&self) -> SettingsPing
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SettingsPing
impl Debug for SettingsPing
Source§impl<'de> Deserialize<'de> for SettingsPing
impl<'de> Deserialize<'de> for SettingsPing
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SettingsPing
impl RefUnwindSafe for SettingsPing
impl Send for SettingsPing
impl Sync for SettingsPing
impl Unpin for SettingsPing
impl UnsafeUnpin for SettingsPing
impl UnwindSafe for SettingsPing
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