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