pub struct SnapshotCommandLog {
pub snapshot_id: SnapshotId,
}
Fields§
§snapshot_id: SnapshotId
Trait Implementations§
Source§impl Clone for SnapshotCommandLog
impl Clone for SnapshotCommandLog
Source§fn clone(&self) -> SnapshotCommandLog
fn clone(&self) -> SnapshotCommandLog
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 SnapshotCommandLog
impl Debug for SnapshotCommandLog
Source§impl<'de> Deserialize<'de> for SnapshotCommandLog
impl<'de> Deserialize<'de> for SnapshotCommandLog
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 Method for SnapshotCommandLog
impl Method for SnapshotCommandLog
const NAME: &'static str = "LayerTree.snapshotCommandLog"
type ReturnObject = SnapshotCommandLogReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for SnapshotCommandLog
impl PartialEq for SnapshotCommandLog
Source§impl Serialize for SnapshotCommandLog
impl Serialize for SnapshotCommandLog
impl StructuralPartialEq for SnapshotCommandLog
Auto Trait Implementations§
impl Freeze for SnapshotCommandLog
impl RefUnwindSafe for SnapshotCommandLog
impl Send for SnapshotCommandLog
impl Sync for SnapshotCommandLog
impl Unpin for SnapshotCommandLog
impl UnwindSafe for SnapshotCommandLog
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