pub struct MacroCase;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MacroCase
impl RefUnwindSafe for MacroCase
impl Send for MacroCase
impl Sync for MacroCase
impl Unpin for MacroCase
impl UnwindSafe for MacroCase
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