pub struct MacroMarker {
pub _private: (),
}Expand description
Private marker type that proves an error was created through the macro
Fields§
§_private: ()Trait Implementations§
Auto Trait Implementations§
impl Freeze for MacroMarker
impl RefUnwindSafe for MacroMarker
impl Send for MacroMarker
impl Sync for MacroMarker
impl Unpin for MacroMarker
impl UnsafeUnpin for MacroMarker
impl UnwindSafe for MacroMarker
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