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