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