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