pub(crate) struct LcCBB<'a>(CBB, PhantomData<&'a CBB>);
Tuple Fields§
§0: CBB
§1: PhantomData<&'a CBB>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for LcCBB<'a>
impl<'a> RefUnwindSafe for LcCBB<'a>
impl<'a> !Send for LcCBB<'a>
impl<'a> !Sync for LcCBB<'a>
impl<'a> Unpin for LcCBB<'a>
impl<'a> UnwindSafe for LcCBB<'a>
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