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