pub struct GetLayersForNodeReturnObject {
pub root_layer: CssLayerData,
}Fields§
§root_layer: CssLayerDataTrait Implementations§
Source§impl Clone for GetLayersForNodeReturnObject
impl Clone for GetLayersForNodeReturnObject
Source§fn clone(&self) -> GetLayersForNodeReturnObject
fn clone(&self) -> GetLayersForNodeReturnObject
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 GetLayersForNodeReturnObject
impl Debug for GetLayersForNodeReturnObject
Source§impl<'de> Deserialize<'de> for GetLayersForNodeReturnObject
impl<'de> Deserialize<'de> for GetLayersForNodeReturnObject
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 PartialEq for GetLayersForNodeReturnObject
impl PartialEq for GetLayersForNodeReturnObject
Source§fn eq(&self, other: &GetLayersForNodeReturnObject) -> bool
fn eq(&self, other: &GetLayersForNodeReturnObject) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetLayersForNodeReturnObject
Auto Trait Implementations§
impl Freeze for GetLayersForNodeReturnObject
impl RefUnwindSafe for GetLayersForNodeReturnObject
impl Send for GetLayersForNodeReturnObject
impl Sync for GetLayersForNodeReturnObject
impl Unpin for GetLayersForNodeReturnObject
impl UnwindSafe for GetLayersForNodeReturnObject
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