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