Struct decthings_api::rpc::model::SnapshotState
source · pub struct SnapshotState {
pub name: String,
pub state: Vec<StateKey>,
pub mounted_models: Vec<StateMountedModel>,
}
Fields§
§name: String
§state: Vec<StateKey>
§mounted_models: Vec<StateMountedModel>
Trait Implementations§
source§impl Clone for SnapshotState
impl Clone for SnapshotState
source§fn clone(&self) -> SnapshotState
fn clone(&self) -> SnapshotState
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 SnapshotState
impl Debug for SnapshotState
source§impl<'de> Deserialize<'de> for SnapshotState
impl<'de> Deserialize<'de> for SnapshotState
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
Auto Trait Implementations§
impl Freeze for SnapshotState
impl RefUnwindSafe for SnapshotState
impl Send for SnapshotState
impl Sync for SnapshotState
impl Unpin for SnapshotState
impl UnwindSafe for SnapshotState
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