pub struct WarningStruct;
Expand description
I have warnings!
Auto Trait Implementations§
impl Freeze for WarningStruct
impl RefUnwindSafe for WarningStruct
impl Send for WarningStruct
impl Sync for WarningStruct
impl Unpin for WarningStruct
impl UnwindSafe for WarningStruct
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