pub struct AddBytesOptions {
pub data: Bytes,
pub format: BlobFormat,
}
Expand description
Options for adding bytes.
Fields§
§data: Bytes
§format: BlobFormat
Trait Implementations§
Source§impl Debug for AddBytesOptions
impl Debug for AddBytesOptions
Source§impl<T: Into<Bytes>> From<(T, BlobFormat)> for AddBytesOptions
impl<T: Into<Bytes>> From<(T, BlobFormat)> for AddBytesOptions
Source§fn from(item: (T, BlobFormat)) -> Self
fn from(item: (T, BlobFormat)) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !Freeze for AddBytesOptions
impl RefUnwindSafe for AddBytesOptions
impl Send for AddBytesOptions
impl Sync for AddBytesOptions
impl Unpin for AddBytesOptions
impl UnwindSafe for AddBytesOptions
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