pub struct CosmosCommOptIn {
pub setting_value: bool,
}Expand description
Response from GET /api/cosmos/communication/opt-in.
Fields§
§setting_value: boolTrait Implementations§
Source§impl Clone for CosmosCommOptIn
impl Clone for CosmosCommOptIn
Source§fn clone(&self) -> CosmosCommOptIn
fn clone(&self) -> CosmosCommOptIn
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 CosmosCommOptIn
impl Debug for CosmosCommOptIn
Source§impl<'de> Deserialize<'de> for CosmosCommOptIn
impl<'de> Deserialize<'de> for CosmosCommOptIn
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 CosmosCommOptIn
impl PartialEq for CosmosCommOptIn
Source§impl Serialize for CosmosCommOptIn
impl Serialize for CosmosCommOptIn
impl StructuralPartialEq for CosmosCommOptIn
Auto Trait Implementations§
impl Freeze for CosmosCommOptIn
impl RefUnwindSafe for CosmosCommOptIn
impl Send for CosmosCommOptIn
impl Sync for CosmosCommOptIn
impl Unpin for CosmosCommOptIn
impl UnsafeUnpin for CosmosCommOptIn
impl UnwindSafe for CosmosCommOptIn
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