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