pub struct GetFileResponse { /* private fields */ }
Expand description
Representation of the response to a file query.
Trait Implementations§
Source§impl Default for GetFileResponse
impl Default for GetFileResponse
Source§fn default() -> GetFileResponse
fn default() -> GetFileResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetFileResponse
impl<'de> Deserialize<'de> for GetFileResponse
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 GetFileResponse
impl RefUnwindSafe for GetFileResponse
impl Send for GetFileResponse
impl Sync for GetFileResponse
impl Unpin for GetFileResponse
impl UnwindSafe for GetFileResponse
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