pub struct GetBackgroundColorsBuilder { /* private fields */ }Expand description
Builder for GetBackgroundColors.
Implementations§
Source§impl GetBackgroundColorsBuilder
impl GetBackgroundColorsBuilder
Sourcepub fn node_id<VALUE: Into<NodeId>>(&mut self, value: VALUE) -> &mut Self
pub fn node_id<VALUE: Into<NodeId>>(&mut self, value: VALUE) -> &mut Self
Id of the node to get background colors for.
Sourcepub fn build(
&self,
) -> Result<GetBackgroundColors, GetBackgroundColorsBuilderError>
pub fn build( &self, ) -> Result<GetBackgroundColors, GetBackgroundColorsBuilderError>
Trait Implementations§
Source§impl Clone for GetBackgroundColorsBuilder
impl Clone for GetBackgroundColorsBuilder
Source§fn clone(&self) -> GetBackgroundColorsBuilder
fn clone(&self) -> GetBackgroundColorsBuilder
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 GetBackgroundColorsBuilder
impl RefUnwindSafe for GetBackgroundColorsBuilder
impl Send for GetBackgroundColorsBuilder
impl Sync for GetBackgroundColorsBuilder
impl Unpin for GetBackgroundColorsBuilder
impl UnsafeUnpin for GetBackgroundColorsBuilder
impl UnwindSafe for GetBackgroundColorsBuilder
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