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