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