pub enum MsgCat {
Admin,
App,
}Variants§
Trait Implementations§
impl Copy for MsgCat
impl StructuralPartialEq for MsgCat
Auto Trait Implementations§
impl Freeze for MsgCat
impl RefUnwindSafe for MsgCat
impl Send for MsgCat
impl Sync for MsgCat
impl Unpin for MsgCat
impl UnwindSafe for MsgCat
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