pub struct DriveRecipient {
pub alias: String,
pub email: String,
pub object_id: String,
}
Fields§
§alias: String
§email: String
§object_id: String
Trait Implementations§
Source§impl Clone for DriveRecipient
impl Clone for DriveRecipient
Source§fn clone(&self) -> DriveRecipient
fn clone(&self) -> DriveRecipient
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 DriveRecipient
impl Debug for DriveRecipient
Source§impl<'de> Deserialize<'de> for DriveRecipient
impl<'de> Deserialize<'de> for DriveRecipient
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 DriveRecipient
impl PartialEq for DriveRecipient
Source§impl Serialize for DriveRecipient
impl Serialize for DriveRecipient
impl Eq for DriveRecipient
impl StructuralPartialEq for DriveRecipient
Auto Trait Implementations§
impl Freeze for DriveRecipient
impl RefUnwindSafe for DriveRecipient
impl Send for DriveRecipient
impl Sync for DriveRecipient
impl Unpin for DriveRecipient
impl UnwindSafe for DriveRecipient
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