pub struct RawSnapshotParameters {
pub timestamp: Datetime,
pub data: OplogPayload,
pub mime_type: String,
}Fields§
§timestamp: Datetime§data: OplogPayload§mime_type: StringTrait Implementations§
Source§impl Clone for RawSnapshotParameters
impl Clone for RawSnapshotParameters
Source§fn clone(&self) -> RawSnapshotParameters
fn clone(&self) -> RawSnapshotParameters
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 moreAuto Trait Implementations§
impl Freeze for RawSnapshotParameters
impl RefUnwindSafe for RawSnapshotParameters
impl Send for RawSnapshotParameters
impl Sync for RawSnapshotParameters
impl Unpin for RawSnapshotParameters
impl UnsafeUnpin for RawSnapshotParameters
impl UnwindSafe for RawSnapshotParameters
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