pub struct NodeParamConnectedEventParamsBuilder { /* private fields */ }Expand description
Builder for NodeParamConnectedEventParams.
Implementations§
Source§impl NodeParamConnectedEventParamsBuilder
impl NodeParamConnectedEventParamsBuilder
pub fn context_id(&mut self, value: GraphObjectId) -> &mut Self
pub fn source_id(&mut self, value: GraphObjectId) -> &mut Self
pub fn destination_id(&mut self, value: GraphObjectId) -> &mut Self
pub fn source_output_index(&mut self, value: Option<JsFloat>) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<NodeParamConnectedEventParams, NodeParamConnectedEventParamsBuilderError>
pub fn build( &self, ) -> Result<NodeParamConnectedEventParams, NodeParamConnectedEventParamsBuilderError>
Trait Implementations§
Source§impl Clone for NodeParamConnectedEventParamsBuilder
impl Clone for NodeParamConnectedEventParamsBuilder
Source§fn clone(&self) -> NodeParamConnectedEventParamsBuilder
fn clone(&self) -> NodeParamConnectedEventParamsBuilder
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 NodeParamConnectedEventParamsBuilder
impl RefUnwindSafe for NodeParamConnectedEventParamsBuilder
impl Send for NodeParamConnectedEventParamsBuilder
impl Sync for NodeParamConnectedEventParamsBuilder
impl Unpin for NodeParamConnectedEventParamsBuilder
impl UnsafeUnpin for NodeParamConnectedEventParamsBuilder
impl UnwindSafe for NodeParamConnectedEventParamsBuilder
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