pub struct ShortBlob {
pub url: String,
pub sha: String,
}
Expand description
ShortBlob : Short Blob
Fields§
§url: String
§sha: String
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ShortBlob
impl<'de> Deserialize<'de> for ShortBlob
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
impl StructuralPartialEq for ShortBlob
Auto Trait Implementations§
impl Freeze for ShortBlob
impl RefUnwindSafe for ShortBlob
impl Send for ShortBlob
impl Sync for ShortBlob
impl Unpin for ShortBlob
impl UnwindSafe for ShortBlob
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