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