pub struct ClientNotice {
pub ttl: Option<i64>,
pub undocumented: JsonObject,
}Fields§
§ttl: Option<i64>§undocumented: JsonObjectTrait Implementations§
Source§impl Clone for ClientNotice
impl Clone for ClientNotice
Source§fn clone(&self) -> ClientNotice
fn clone(&self) -> ClientNotice
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 ClientNotice
impl Debug for ClientNotice
Source§impl<'de> Deserialize<'de> for ClientNotice
impl<'de> Deserialize<'de> for ClientNotice
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
Source§impl PartialEq for ClientNotice
impl PartialEq for ClientNotice
Source§fn eq(&self, other: &ClientNotice) -> bool
fn eq(&self, other: &ClientNotice) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ClientNotice
impl Serialize for ClientNotice
impl StructuralPartialEq for ClientNotice
Auto Trait Implementations§
impl Freeze for ClientNotice
impl RefUnwindSafe for ClientNotice
impl Send for ClientNotice
impl Sync for ClientNotice
impl Unpin for ClientNotice
impl UnsafeUnpin for ClientNotice
impl UnwindSafe for ClientNotice
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