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