pub struct WarningId { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WarningId
impl RefUnwindSafe for WarningId
impl Send for WarningId
impl Sync for WarningId
impl Unpin for WarningId
impl UnsafeUnpin for WarningId
impl UnwindSafe for WarningId
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