pub struct Pike;
Implementations§
Auto Trait Implementations§
impl Freeze for Pike
impl RefUnwindSafe for Pike
impl Send for Pike
impl Sync for Pike
impl Unpin for Pike
impl UnwindSafe for Pike
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