pub struct MultipartIdentity {
pub id: Option<String>,
pub display_name: Option<String>,
}Expand description
S3 identity attached to an incomplete multipart upload.
Fields§
§id: Option<String>Stable account or principal identifier, when returned by the server.
display_name: Option<String>Human-readable principal name, when returned by the server.
Trait Implementations§
Source§impl Clone for MultipartIdentity
impl Clone for MultipartIdentity
Source§fn clone(&self) -> MultipartIdentity
fn clone(&self) -> MultipartIdentity
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 MultipartIdentity
impl Debug for MultipartIdentity
Source§impl<'de> Deserialize<'de> for MultipartIdentity
impl<'de> Deserialize<'de> for MultipartIdentity
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 MultipartIdentity
Source§impl PartialEq for MultipartIdentity
impl PartialEq for MultipartIdentity
Source§impl Serialize for MultipartIdentity
impl Serialize for MultipartIdentity
impl StructuralPartialEq for MultipartIdentity
Auto Trait Implementations§
impl Freeze for MultipartIdentity
impl RefUnwindSafe for MultipartIdentity
impl Send for MultipartIdentity
impl Sync for MultipartIdentity
impl Unpin for MultipartIdentity
impl UnsafeUnpin for MultipartIdentity
impl UnwindSafe for MultipartIdentity
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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