pub struct LargeBlobRecord {
pub provider: Option<Provider>,
pub ty: BlobType,
pub category: FlyStr,
pub name: FlyStr,
pub bytes: Vec<u8>,
pub metadata: Option<LargeBlobMetadata>,
}
Fields§
§provider: Option<Provider>
§ty: BlobType
§category: FlyStr
§name: FlyStr
§bytes: Vec<u8>
§metadata: Option<LargeBlobMetadata>
Trait Implementations§
Source§impl Clone for LargeBlobRecord
impl Clone for LargeBlobRecord
Source§fn clone(&self) -> LargeBlobRecord
fn clone(&self) -> LargeBlobRecord
Returns a copy 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 moreSource§impl Debug for LargeBlobRecord
impl Debug for LargeBlobRecord
Source§impl PartialEq for LargeBlobRecord
impl PartialEq for LargeBlobRecord
impl StructuralPartialEq for LargeBlobRecord
Auto Trait Implementations§
impl Freeze for LargeBlobRecord
impl RefUnwindSafe for LargeBlobRecord
impl Send for LargeBlobRecord
impl Sync for LargeBlobRecord
impl Unpin for LargeBlobRecord
impl UnwindSafe for LargeBlobRecord
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)