pub enum FtlEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FtlEvent
impl RefUnwindSafe for FtlEvent
impl Send for FtlEvent
impl Sync for FtlEvent
impl Unpin for FtlEvent
impl UnwindSafe for FtlEvent
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