Struct statehub_api::v0::LocationVolumeStatus [−][src]
pub struct LocationVolumeStatus {
pub value: StateLocationStatus,
pub msg: Option<String>,
}
Fields
value: StateLocationStatus
msg: Option<String>
Implementations
Trait Implementations
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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for LocationVolumeStatus
impl Send for LocationVolumeStatus
impl Sync for LocationVolumeStatus
impl Unpin for LocationVolumeStatus
impl UnwindSafe for LocationVolumeStatus
Blanket Implementations
Mutably borrows from an owned value. Read more