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