pub struct GetLayersForNodeResult {
pub root_layer: CssLayerData,
}Fields§
§root_layer: CssLayerDataTrait Implementations§
Source§impl Clone for GetLayersForNodeResult
impl Clone for GetLayersForNodeResult
Source§fn clone(&self) -> GetLayersForNodeResult
fn clone(&self) -> GetLayersForNodeResult
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 GetLayersForNodeResult
impl Debug for GetLayersForNodeResult
Source§impl<'de> Deserialize<'de> for GetLayersForNodeResult
impl<'de> Deserialize<'de> for GetLayersForNodeResult
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 GetLayersForNodeResult
impl PartialEq for GetLayersForNodeResult
Source§impl Serialize for GetLayersForNodeResult
impl Serialize for GetLayersForNodeResult
Source§impl TryFrom<Value> for GetLayersForNodeResult
impl TryFrom<Value> for GetLayersForNodeResult
impl StructuralPartialEq for GetLayersForNodeResult
Auto Trait Implementations§
impl Freeze for GetLayersForNodeResult
impl RefUnwindSafe for GetLayersForNodeResult
impl Send for GetLayersForNodeResult
impl Sync for GetLayersForNodeResult
impl Unpin for GetLayersForNodeResult
impl UnsafeUnpin for GetLayersForNodeResult
impl UnwindSafe for GetLayersForNodeResult
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