pub struct Grantee {
pub display_name: Option<String>,
pub email_address: Option<String>,
pub id: Option<String>,
pub type: Type,
pub uri: Option<String>,
}Expand description
S3 Grantee.
Fields§
§display_name: Option<String>§email_address: Option<String>§id: Option<String>§type: Type§uri: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Grantee
impl RefUnwindSafe for Grantee
impl Send for Grantee
impl Sync for Grantee
impl Unpin for Grantee
impl UnsafeUnpin for Grantee
impl UnwindSafe for Grantee
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