pub struct RetBufValue(pub BufValue);
Tuple Fields§
§0: BufValue
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RetBufValue
impl !RefUnwindSafe for RetBufValue
impl Send for RetBufValue
impl Sync for RetBufValue
impl Unpin for RetBufValue
impl !UnwindSafe for RetBufValue
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