pub struct BoxDref {
pub data: Vec<u8>,
}Fields§
§data: Vec<u8>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for BoxDref
impl Send for BoxDref
impl Sync for BoxDref
impl Unpin for BoxDref
impl UnwindSafe for BoxDref
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