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