pub enum RcEventKind {
Inc,
Dec,
Drop,
Alloc,
}Variants§
Trait Implementations§
Source§impl Clone for RcEventKind
impl Clone for RcEventKind
Source§fn clone(&self) -> RcEventKind
fn clone(&self) -> RcEventKind
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 RcEventKind
impl Debug for RcEventKind
Source§impl PartialEq for RcEventKind
impl PartialEq for RcEventKind
impl Eq for RcEventKind
impl StructuralPartialEq for RcEventKind
Auto Trait Implementations§
impl Freeze for RcEventKind
impl RefUnwindSafe for RcEventKind
impl Send for RcEventKind
impl Sync for RcEventKind
impl Unpin for RcEventKind
impl UnsafeUnpin for RcEventKind
impl UnwindSafe for RcEventKind
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