pub struct EmailFolderListResponse {
pub folders: Option<Vec<EmailFolder>>,
}Fields§
§folders: Option<Vec<EmailFolder>>Implementations§
Source§impl EmailFolderListResponse
impl EmailFolderListResponse
pub fn new(folders: Option<Vec<EmailFolder>>) -> EmailFolderListResponse
Trait Implementations§
Source§impl Clone for EmailFolderListResponse
impl Clone for EmailFolderListResponse
Source§fn clone(&self) -> EmailFolderListResponse
fn clone(&self) -> EmailFolderListResponse
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 EmailFolderListResponse
impl Debug for EmailFolderListResponse
Source§impl Default for EmailFolderListResponse
impl Default for EmailFolderListResponse
Source§fn default() -> EmailFolderListResponse
fn default() -> EmailFolderListResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EmailFolderListResponse
impl<'de> Deserialize<'de> for EmailFolderListResponse
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 EmailFolderListResponse
impl PartialEq for EmailFolderListResponse
Source§fn eq(&self, other: &EmailFolderListResponse) -> bool
fn eq(&self, other: &EmailFolderListResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for EmailFolderListResponse
impl Serialize for EmailFolderListResponse
impl StructuralPartialEq for EmailFolderListResponse
Auto Trait Implementations§
impl Freeze for EmailFolderListResponse
impl RefUnwindSafe for EmailFolderListResponse
impl Send for EmailFolderListResponse
impl Sync for EmailFolderListResponse
impl Unpin for EmailFolderListResponse
impl UnsafeUnpin for EmailFolderListResponse
impl UnwindSafe for EmailFolderListResponse
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