pub struct ScopedEvent {
pub scope: Scope,
pub kind: ScopedKind,
}Fields§
§scope: Scope§kind: ScopedKindTrait Implementations§
Source§impl Clone for ScopedEvent
impl Clone for ScopedEvent
Source§fn clone(&self) -> ScopedEvent
fn clone(&self) -> ScopedEvent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ScopedEvent
impl Debug for ScopedEvent
Source§impl PartialEq for ScopedEvent
impl PartialEq for ScopedEvent
impl StructuralPartialEq for ScopedEvent
Auto Trait Implementations§
impl Freeze for ScopedEvent
impl RefUnwindSafe for ScopedEvent
impl Send for ScopedEvent
impl Sync for ScopedEvent
impl Unpin for ScopedEvent
impl UnsafeUnpin for ScopedEvent
impl UnwindSafe for ScopedEvent
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