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