pub struct BinaryBlob {
pub data: Vec<u8>,
pub compression: BlobCompression,
}Fields§
§data: Vec<u8>§compression: BlobCompressionTrait Implementations§
Source§impl Clone for BinaryBlob
impl Clone for BinaryBlob
Source§fn clone(&self) -> BinaryBlob
fn clone(&self) -> BinaryBlob
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for BinaryBlob
impl RefUnwindSafe for BinaryBlob
impl Send for BinaryBlob
impl Sync for BinaryBlob
impl Unpin for BinaryBlob
impl UnwindSafe for BinaryBlob
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