#[non_exhaustive]pub struct FaultInput5;
Auto Trait Implementations§
impl Freeze for FaultInput5
impl RefUnwindSafe for FaultInput5
impl Send for FaultInput5
impl Sync for FaultInput5
impl Unpin for FaultInput5
impl UnwindSafe for FaultInput5
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