pub struct SessionDiffData {
pub diff: Vec<SnapshotFileDiff>,
pub session_id: String,
}Fields§
§diff: Vec<SnapshotFileDiff>§session_id: StringTrait Implementations§
Source§impl Clone for SessionDiffData
impl Clone for SessionDiffData
Source§fn clone(&self) -> SessionDiffData
fn clone(&self) -> SessionDiffData
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SessionDiffData
impl Debug for SessionDiffData
Source§impl<'de> Deserialize<'de> for SessionDiffData
impl<'de> Deserialize<'de> for SessionDiffData
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
Source§impl PartialEq for SessionDiffData
impl PartialEq for SessionDiffData
Source§impl Serialize for SessionDiffData
impl Serialize for SessionDiffData
impl StructuralPartialEq for SessionDiffData
Auto Trait Implementations§
impl Freeze for SessionDiffData
impl RefUnwindSafe for SessionDiffData
impl Send for SessionDiffData
impl Sync for SessionDiffData
impl Unpin for SessionDiffData
impl UnsafeUnpin for SessionDiffData
impl UnwindSafe for SessionDiffData
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