pub struct Discharge;Expand description
The pass. It holds nothing, because everything it works out is about one function.
Trait Implementations§
impl Copy for Discharge
impl Eq for Discharge
Source§impl Pass for Discharge
impl Pass for Discharge
impl StructuralPartialEq for Discharge
Auto Trait Implementations§
impl Freeze for Discharge
impl RefUnwindSafe for Discharge
impl Send for Discharge
impl Sync for Discharge
impl Unpin for Discharge
impl UnsafeUnpin for Discharge
impl UnwindSafe for Discharge
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