pub struct CarryCtxMut<'a> { /* private fields */ }
Implementations§
Source§impl CarryCtxMut<'_>
impl CarryCtxMut<'_>
pub fn new(base: RefMut<'_, u8>) -> CarryCtxMut<'_>
Trait Implementations§
Source§impl Ctx for CarryCtxMut<'_>
impl Ctx for CarryCtxMut<'_>
Auto Trait Implementations§
impl<'a> !Freeze for CarryCtxMut<'a>
impl<'a> !ObjSafe for CarryCtxMut<'a>
impl<'a> !RefUnwindSafe for CarryCtxMut<'a>
impl<'a> !Send for CarryCtxMut<'a>
impl<'a> StoreCopy for CarryCtxMut<'a>
impl<'a> !Sync for CarryCtxMut<'a>
impl<'a> Unpin for CarryCtxMut<'a>
impl<'a> !UnwindSafe for CarryCtxMut<'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