pub struct BlobCreateOutput {
pub oid: String,
pub size: usize,
}Fields§
§oid: String§size: usizeTrait Implementations§
Source§impl Clone for BlobCreateOutput
impl Clone for BlobCreateOutput
Source§fn clone(&self) -> BlobCreateOutput
fn clone(&self) -> BlobCreateOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BlobCreateOutput
impl Debug for BlobCreateOutput
Source§impl<'de> Deserialize<'de> for BlobCreateOutput
impl<'de> Deserialize<'de> for BlobCreateOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for BlobCreateOutput
impl RefUnwindSafe for BlobCreateOutput
impl Send for BlobCreateOutput
impl Sync for BlobCreateOutput
impl Unpin for BlobCreateOutput
impl UnsafeUnpin for BlobCreateOutput
impl UnwindSafe for BlobCreateOutput
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