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