pub struct ImNodesEditorContext { /* private fields */ }Trait Implementations§
Source§impl Clone for ImNodesEditorContext
impl Clone for ImNodesEditorContext
Source§fn clone(&self) -> ImNodesEditorContext
fn clone(&self) -> ImNodesEditorContext
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 moreSource§impl Debug for ImNodesEditorContext
impl Debug for ImNodesEditorContext
impl Copy for ImNodesEditorContext
Auto Trait Implementations§
impl Freeze for ImNodesEditorContext
impl RefUnwindSafe for ImNodesEditorContext
impl Send for ImNodesEditorContext
impl Sync for ImNodesEditorContext
impl Unpin for ImNodesEditorContext
impl UnwindSafe for ImNodesEditorContext
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