pub struct SnapshotPayload {
pub entities: Vec<SerializedEntity>,
pub metadata: SnapshotMetadata,
}Fields§
§entities: Vec<SerializedEntity>§metadata: SnapshotMetadataTrait Implementations§
Source§impl Clone for SnapshotPayload
impl Clone for SnapshotPayload
Source§fn clone(&self) -> SnapshotPayload
fn clone(&self) -> SnapshotPayload
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 SnapshotPayload
impl Debug for SnapshotPayload
Source§impl<'de> Deserialize<'de> for SnapshotPayload
impl<'de> Deserialize<'de> for SnapshotPayload
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 SnapshotPayload
impl RefUnwindSafe for SnapshotPayload
impl Send for SnapshotPayload
impl Sync for SnapshotPayload
impl Unpin for SnapshotPayload
impl UnwindSafe for SnapshotPayload
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