pub struct GetObjectAttributesResponse {
pub attributes: Option<Vec<AttributeKeyAndValue>>,
}Fields§
§attributes: Option<Vec<AttributeKeyAndValue>>The attributes that are associated with the object.
Trait Implementations§
Source§impl Clone for GetObjectAttributesResponse
impl Clone for GetObjectAttributesResponse
Source§fn clone(&self) -> GetObjectAttributesResponse
fn clone(&self) -> GetObjectAttributesResponse
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 GetObjectAttributesResponse
impl Debug for GetObjectAttributesResponse
Source§impl Default for GetObjectAttributesResponse
impl Default for GetObjectAttributesResponse
Source§fn default() -> GetObjectAttributesResponse
fn default() -> GetObjectAttributesResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetObjectAttributesResponse
impl<'de> Deserialize<'de> for GetObjectAttributesResponse
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 GetObjectAttributesResponse
Auto Trait Implementations§
impl Freeze for GetObjectAttributesResponse
impl RefUnwindSafe for GetObjectAttributesResponse
impl Send for GetObjectAttributesResponse
impl Sync for GetObjectAttributesResponse
impl Unpin for GetObjectAttributesResponse
impl UnwindSafe for GetObjectAttributesResponse
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