pub struct VallisCycle {
pub id: String,
pub expiry: String,
pub time_left: String,
pub is_warm: bool,
}Fields§
§id: String§expiry: String§time_left: String§is_warm: boolImplementations§
Source§impl VallisCycle
impl VallisCycle
Trait Implementations§
Source§impl Clone for VallisCycle
impl Clone for VallisCycle
Source§fn clone(&self) -> VallisCycle
fn clone(&self) -> VallisCycle
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 VallisCycle
impl Debug for VallisCycle
Source§impl Default for VallisCycle
impl Default for VallisCycle
Source§fn default() -> VallisCycle
fn default() -> VallisCycle
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for VallisCycle
impl<'de> Deserialize<'de> for VallisCycle
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 VallisCycle
impl PartialEq for VallisCycle
Source§impl Serialize for VallisCycle
impl Serialize for VallisCycle
impl StructuralPartialEq for VallisCycle
Auto Trait Implementations§
impl Freeze for VallisCycle
impl RefUnwindSafe for VallisCycle
impl Send for VallisCycle
impl Sync for VallisCycle
impl Unpin for VallisCycle
impl UnwindSafe for VallisCycle
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