pub struct ConsentMessageMetadata {
pub language: String,
pub utc_offset_minutes: Option<i16>,
}Expand description
ConsentMessageMetadata
Fields§
§language: String§utc_offset_minutes: Option<i16>Trait Implementations§
Source§impl CandidType for ConsentMessageMetadata
impl CandidType for ConsentMessageMetadata
Source§impl Clone for ConsentMessageMetadata
impl Clone for ConsentMessageMetadata
Source§fn clone(&self) -> ConsentMessageMetadata
fn clone(&self) -> ConsentMessageMetadata
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 ConsentMessageMetadata
impl Debug for ConsentMessageMetadata
Source§impl<'de> Deserialize<'de> for ConsentMessageMetadata
impl<'de> Deserialize<'de> for ConsentMessageMetadata
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 ConsentMessageMetadata
impl PartialEq for ConsentMessageMetadata
impl Eq for ConsentMessageMetadata
impl StructuralPartialEq for ConsentMessageMetadata
Auto Trait Implementations§
impl Freeze for ConsentMessageMetadata
impl RefUnwindSafe for ConsentMessageMetadata
impl Send for ConsentMessageMetadata
impl Sync for ConsentMessageMetadata
impl Unpin for ConsentMessageMetadata
impl UnwindSafe for ConsentMessageMetadata
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