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