pub struct Report<'valid, const NAME: &'static str> { /* private fields */ }Implementations§
Trait Implementations§
impl<'valid, const NAME: &'static str> !Send for Report<'valid, NAME>
impl<'valid, const NAME: &'static str> !Sync for Report<'valid, NAME>
Auto Trait Implementations§
impl<'valid, const NAME: &'static str> Freeze for Report<'valid, NAME>
impl<'valid, const NAME: &'static str> RefUnwindSafe for Report<'valid, NAME>
impl<'valid, const NAME: &'static str> Unpin for Report<'valid, NAME>
impl<'valid, const NAME: &'static str> UnsafeUnpin for Report<'valid, NAME>
impl<'valid, const NAME: &'static str> UnwindSafe for Report<'valid, NAME>
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