pub struct BRVec<'b, T>(/* private fields */);Trait Implementations§
Source§impl<'b, T> IntoIterator for BRVec<'b, T>
impl<'b, T> IntoIterator for BRVec<'b, T>
Auto Trait Implementations§
impl<'b, T> Freeze for BRVec<'b, T>
impl<'b, T> !RefUnwindSafe for BRVec<'b, T>
impl<'b, T> !Send for BRVec<'b, T>
impl<'b, T> !Sync for BRVec<'b, T>
impl<'b, T> Unpin for BRVec<'b, T>
impl<'b, T> !UnwindSafe for BRVec<'b, T>
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