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