pub struct BytesResponse {
pub content_base64: String,
pub revision: Option<String>,
}Fields§
§content_base64: String§revision: Option<String>Trait Implementations§
Source§impl Clone for BytesResponse
impl Clone for BytesResponse
Source§fn clone(&self) -> BytesResponse
fn clone(&self) -> BytesResponse
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 BytesResponse
impl Debug for BytesResponse
Source§impl<'de> Deserialize<'de> for BytesResponse
impl<'de> Deserialize<'de> for BytesResponse
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 Eq for BytesResponse
Source§impl PartialEq for BytesResponse
impl PartialEq for BytesResponse
Source§impl Serialize for BytesResponse
impl Serialize for BytesResponse
impl StructuralPartialEq for BytesResponse
Auto Trait Implementations§
impl Freeze for BytesResponse
impl RefUnwindSafe for BytesResponse
impl Send for BytesResponse
impl Sync for BytesResponse
impl Unpin for BytesResponse
impl UnsafeUnpin for BytesResponse
impl UnwindSafe for BytesResponse
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