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