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