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