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