pub struct GetLonghandPropertiesReturnObjectBuilder { /* private fields */ }Expand description
Builder for GetLonghandPropertiesReturnObject.
Implementations§
Source§impl GetLonghandPropertiesReturnObjectBuilder
impl GetLonghandPropertiesReturnObjectBuilder
pub fn longhand_properties(&mut self, value: Vec<CssProperty>) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<GetLonghandPropertiesReturnObject, GetLonghandPropertiesReturnObjectBuilderError>
pub fn build( &self, ) -> Result<GetLonghandPropertiesReturnObject, GetLonghandPropertiesReturnObjectBuilderError>
Builds a new GetLonghandPropertiesReturnObject.
§Errors
If a required field has not been initialized.
Trait Implementations§
Source§impl Clone for GetLonghandPropertiesReturnObjectBuilder
impl Clone for GetLonghandPropertiesReturnObjectBuilder
Source§fn clone(&self) -> GetLonghandPropertiesReturnObjectBuilder
fn clone(&self) -> GetLonghandPropertiesReturnObjectBuilder
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 moreAuto Trait Implementations§
impl Freeze for GetLonghandPropertiesReturnObjectBuilder
impl RefUnwindSafe for GetLonghandPropertiesReturnObjectBuilder
impl Send for GetLonghandPropertiesReturnObjectBuilder
impl Sync for GetLonghandPropertiesReturnObjectBuilder
impl Unpin for GetLonghandPropertiesReturnObjectBuilder
impl UnsafeUnpin for GetLonghandPropertiesReturnObjectBuilder
impl UnwindSafe for GetLonghandPropertiesReturnObjectBuilder
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