pub struct IotDataSnapshot {
pub schema_version: u32,
pub accounts: MultiAccountState<IotDataData>,
}Fields§
§schema_version: u32§accounts: MultiAccountState<IotDataData>Trait Implementations§
Source§impl Debug for IotDataSnapshot
impl Debug for IotDataSnapshot
Source§impl<'de> Deserialize<'de> for IotDataSnapshot
impl<'de> Deserialize<'de> for IotDataSnapshot
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 IotDataSnapshot
impl RefUnwindSafe for IotDataSnapshot
impl Send for IotDataSnapshot
impl Sync for IotDataSnapshot
impl Unpin for IotDataSnapshot
impl UnsafeUnpin for IotDataSnapshot
impl UnwindSafe for IotDataSnapshot
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