pub struct Entries<B> { /* private fields */ }Expand description
Entry-backed bundle source with caller-selected byte storage.
Trait Implementations§
Auto Trait Implementations§
impl<B> Freeze for Entries<B>
impl<B> RefUnwindSafe for Entries<B>where
B: RefUnwindSafe,
impl<B> Send for Entries<B>where
B: Send,
impl<B> Sync for Entries<B>where
B: Sync,
impl<B> Unpin for Entries<B>
impl<B> UnsafeUnpin for Entries<B>
impl<B> UnwindSafe for Entries<B>where
B: RefUnwindSafe,
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