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