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