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