pub struct GetObjectInfoArgs {
pub blob_id: String,
pub container_id: String,
}
Fields§
§blob_id: String
§container_id: String
Trait Implementations§
Source§impl Clone for GetObjectInfoArgs
impl Clone for GetObjectInfoArgs
Source§fn clone(&self) -> GetObjectInfoArgs
fn clone(&self) -> GetObjectInfoArgs
Returns a duplicate of the value. Read more
1.0.0 · 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 GetObjectInfoArgs
impl Debug for GetObjectInfoArgs
Source§impl Default for GetObjectInfoArgs
impl Default for GetObjectInfoArgs
Source§fn default() -> GetObjectInfoArgs
fn default() -> GetObjectInfoArgs
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetObjectInfoArgs
impl<'de> Deserialize<'de> for GetObjectInfoArgs
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
Source§impl PartialEq for GetObjectInfoArgs
impl PartialEq for GetObjectInfoArgs
Source§impl Serialize for GetObjectInfoArgs
impl Serialize for GetObjectInfoArgs
impl StructuralPartialEq for GetObjectInfoArgs
Auto Trait Implementations§
impl Freeze for GetObjectInfoArgs
impl RefUnwindSafe for GetObjectInfoArgs
impl Send for GetObjectInfoArgs
impl Sync for GetObjectInfoArgs
impl Unpin for GetObjectInfoArgs
impl UnwindSafe for GetObjectInfoArgs
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