pub enum MenuMsg {
Open,
Close,
TransitionEnd,
RegisterBodyListener,
}
Variants§
Auto Trait Implementations§
impl Freeze for MenuMsg
impl RefUnwindSafe for MenuMsg
impl Send for MenuMsg
impl Sync for MenuMsg
impl Unpin for MenuMsg
impl UnwindSafe for MenuMsg
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