pub struct SetAttributeValueBuilder { /* private fields */ }Expand description
Builder for SetAttributeValue.
Implementations§
Source§impl SetAttributeValueBuilder
impl SetAttributeValueBuilder
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 element to set attribute for.
Sourcepub fn build(&self) -> Result<SetAttributeValue, SetAttributeValueBuilderError>
pub fn build(&self) -> Result<SetAttributeValue, SetAttributeValueBuilderError>
Trait Implementations§
Source§impl Clone for SetAttributeValueBuilder
impl Clone for SetAttributeValueBuilder
Source§fn clone(&self) -> SetAttributeValueBuilder
fn clone(&self) -> SetAttributeValueBuilder
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 SetAttributeValueBuilder
impl RefUnwindSafe for SetAttributeValueBuilder
impl Send for SetAttributeValueBuilder
impl Sync for SetAttributeValueBuilder
impl Unpin for SetAttributeValueBuilder
impl UnsafeUnpin for SetAttributeValueBuilder
impl UnwindSafe for SetAttributeValueBuilder
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