pub struct RawSnapshotBasedUpdate {
pub target_revision: ComponentRevision,
pub payload: OplogPayload,
pub mime_type: String,
}Fields§
§target_revision: ComponentRevision§payload: OplogPayload§mime_type: StringTrait Implementations§
Source§impl Clone for RawSnapshotBasedUpdate
impl Clone for RawSnapshotBasedUpdate
Source§fn clone(&self) -> RawSnapshotBasedUpdate
fn clone(&self) -> RawSnapshotBasedUpdate
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 RawSnapshotBasedUpdate
impl RefUnwindSafe for RawSnapshotBasedUpdate
impl Send for RawSnapshotBasedUpdate
impl Sync for RawSnapshotBasedUpdate
impl Unpin for RawSnapshotBasedUpdate
impl UnsafeUnpin for RawSnapshotBasedUpdate
impl UnwindSafe for RawSnapshotBasedUpdate
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