Struct nethsm_sdk_rs::models::time_config::TimeConfig
source · pub struct TimeConfig {
pub time: String,
}Fields§
§time: StringImplementations§
source§impl TimeConfig
impl TimeConfig
pub fn new(time: String) -> TimeConfig
Trait Implementations§
source§impl Clone for TimeConfig
impl Clone for TimeConfig
source§fn clone(&self) -> TimeConfig
fn clone(&self) -> TimeConfig
Returns a copy 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 TimeConfig
impl Debug for TimeConfig
source§impl Default for TimeConfig
impl Default for TimeConfig
source§fn default() -> TimeConfig
fn default() -> TimeConfig
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TimeConfig
impl<'de> Deserialize<'de> for TimeConfig
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 TimeConfig
impl PartialEq for TimeConfig
source§fn eq(&self, other: &TimeConfig) -> bool
fn eq(&self, other: &TimeConfig) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for TimeConfig
impl Serialize for TimeConfig
impl StructuralPartialEq for TimeConfig
Auto Trait Implementations§
impl RefUnwindSafe for TimeConfig
impl Send for TimeConfig
impl Sync for TimeConfig
impl Unpin for TimeConfig
impl UnwindSafe for TimeConfig
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