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