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