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