pub struct GetLonghandPropertiesReturnsBuilder { /* private fields */ }
Implementations§
Source§impl GetLonghandPropertiesReturnsBuilder
impl GetLonghandPropertiesReturnsBuilder
pub fn longhand_propertie( self, longhand_propertie: impl Into<CssProperty>, ) -> GetLonghandPropertiesReturnsBuilder
pub fn longhand_properties<I, S>( self, longhand_properties: I, ) -> GetLonghandPropertiesReturnsBuilder
pub fn build(self) -> Result<GetLonghandPropertiesReturns, String>
Trait Implementations§
Source§impl Clone for GetLonghandPropertiesReturnsBuilder
impl Clone for GetLonghandPropertiesReturnsBuilder
Source§fn clone(&self) -> GetLonghandPropertiesReturnsBuilder
fn clone(&self) -> GetLonghandPropertiesReturnsBuilder
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 Default for GetLonghandPropertiesReturnsBuilder
impl Default for GetLonghandPropertiesReturnsBuilder
Source§fn default() -> GetLonghandPropertiesReturnsBuilder
fn default() -> GetLonghandPropertiesReturnsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetLonghandPropertiesReturnsBuilder
impl RefUnwindSafe for GetLonghandPropertiesReturnsBuilder
impl Send for GetLonghandPropertiesReturnsBuilder
impl Sync for GetLonghandPropertiesReturnsBuilder
impl Unpin for GetLonghandPropertiesReturnsBuilder
impl UnwindSafe for GetLonghandPropertiesReturnsBuilder
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