pub struct GetLayersForNodeReturnObjectBuilder { /* private fields */ }Expand description
Builder for GetLayersForNodeReturnObject.
Implementations§
Source§impl GetLayersForNodeReturnObjectBuilder
impl GetLayersForNodeReturnObjectBuilder
pub fn root_layer(&mut self, value: CssLayerData) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<GetLayersForNodeReturnObject, GetLayersForNodeReturnObjectBuilderError>
pub fn build( &self, ) -> Result<GetLayersForNodeReturnObject, GetLayersForNodeReturnObjectBuilderError>
Trait Implementations§
Source§impl Clone for GetLayersForNodeReturnObjectBuilder
impl Clone for GetLayersForNodeReturnObjectBuilder
Source§fn clone(&self) -> GetLayersForNodeReturnObjectBuilder
fn clone(&self) -> GetLayersForNodeReturnObjectBuilder
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 GetLayersForNodeReturnObjectBuilder
impl RefUnwindSafe for GetLayersForNodeReturnObjectBuilder
impl Send for GetLayersForNodeReturnObjectBuilder
impl Sync for GetLayersForNodeReturnObjectBuilder
impl Unpin for GetLayersForNodeReturnObjectBuilder
impl UnsafeUnpin for GetLayersForNodeReturnObjectBuilder
impl UnwindSafe for GetLayersForNodeReturnObjectBuilder
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