pub struct GetLonghandPropertiesReturns {
pub longhand_properties: Vec<CssProperty>,
}
Fields§
§longhand_properties: Vec<CssProperty>
Implementations§
Source§impl GetLonghandPropertiesReturns
impl GetLonghandPropertiesReturns
pub fn new( longhand_properties: Vec<CssProperty>, ) -> GetLonghandPropertiesReturns
Trait Implementations§
Source§impl Clone for GetLonghandPropertiesReturns
impl Clone for GetLonghandPropertiesReturns
Source§fn clone(&self) -> GetLonghandPropertiesReturns
fn clone(&self) -> GetLonghandPropertiesReturns
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 GetLonghandPropertiesReturns
impl Debug for GetLonghandPropertiesReturns
Source§impl<'de> Deserialize<'de> for GetLonghandPropertiesReturns
impl<'de> Deserialize<'de> for GetLonghandPropertiesReturns
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<GetLonghandPropertiesReturns, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<GetLonghandPropertiesReturns, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GetLonghandPropertiesReturns
impl PartialEq for GetLonghandPropertiesReturns
Source§fn eq(&self, other: &GetLonghandPropertiesReturns) -> bool
fn eq(&self, other: &GetLonghandPropertiesReturns) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl Serialize for GetLonghandPropertiesReturns
impl Serialize for GetLonghandPropertiesReturns
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for GetLonghandPropertiesReturns
Auto Trait Implementations§
impl Freeze for GetLonghandPropertiesReturns
impl RefUnwindSafe for GetLonghandPropertiesReturns
impl Send for GetLonghandPropertiesReturns
impl Sync for GetLonghandPropertiesReturns
impl Unpin for GetLonghandPropertiesReturns
impl UnwindSafe for GetLonghandPropertiesReturns
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