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