pub struct FileHistorySnapshotEntry {
pub message_id: String,
pub snapshot: FileHistorySnapshot,
pub is_snapshot_update: bool,
}Fields§
§message_id: String§snapshot: FileHistorySnapshot§is_snapshot_update: boolTrait Implementations§
Source§impl Clone for FileHistorySnapshotEntry
impl Clone for FileHistorySnapshotEntry
Source§fn clone(&self) -> FileHistorySnapshotEntry
fn clone(&self) -> FileHistorySnapshotEntry
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 FileHistorySnapshotEntry
impl Debug for FileHistorySnapshotEntry
Source§impl<'de> Deserialize<'de> for FileHistorySnapshotEntry
impl<'de> Deserialize<'de> for FileHistorySnapshotEntry
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 FileHistorySnapshotEntry
impl RefUnwindSafe for FileHistorySnapshotEntry
impl Send for FileHistorySnapshotEntry
impl Sync for FileHistorySnapshotEntry
impl Unpin for FileHistorySnapshotEntry
impl UnsafeUnpin for FileHistorySnapshotEntry
impl UnwindSafe for FileHistorySnapshotEntry
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