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