pub struct WarningCoast {
pub time: Option<i64>,
pub warnings: Option<Box<WarningCoastWarnings>>,
}Fields§
§time: Option<i64>§warnings: Option<Box<WarningCoastWarnings>>Implementations§
Source§impl WarningCoast
impl WarningCoast
pub fn new() -> WarningCoast
Trait Implementations§
Source§impl Clone for WarningCoast
impl Clone for WarningCoast
Source§fn clone(&self) -> WarningCoast
fn clone(&self) -> WarningCoast
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 WarningCoast
impl Debug for WarningCoast
Source§impl Default for WarningCoast
impl Default for WarningCoast
Source§fn default() -> WarningCoast
fn default() -> WarningCoast
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WarningCoast
impl<'de> Deserialize<'de> for WarningCoast
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 WarningCoast
impl PartialEq for WarningCoast
Source§impl Serialize for WarningCoast
impl Serialize for WarningCoast
impl StructuralPartialEq for WarningCoast
Auto Trait Implementations§
impl Freeze for WarningCoast
impl RefUnwindSafe for WarningCoast
impl Send for WarningCoast
impl Sync for WarningCoast
impl Unpin for WarningCoast
impl UnsafeUnpin for WarningCoast
impl UnwindSafe for WarningCoast
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