pub struct EpisodeConsent {
pub accepted_at: String,
pub consent_version: String,
pub public_searchable: bool,
pub trainable: bool,
}Fields§
§accepted_at: String§consent_version: String§public_searchable: bool§trainable: boolTrait Implementations§
Source§impl Clone for EpisodeConsent
impl Clone for EpisodeConsent
Source§fn clone(&self) -> EpisodeConsent
fn clone(&self) -> EpisodeConsent
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 EpisodeConsent
impl Debug for EpisodeConsent
Source§impl<'de> Deserialize<'de> for EpisodeConsent
impl<'de> Deserialize<'de> for EpisodeConsent
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
Auto Trait Implementations§
impl Freeze for EpisodeConsent
impl RefUnwindSafe for EpisodeConsent
impl Send for EpisodeConsent
impl Sync for EpisodeConsent
impl Unpin for EpisodeConsent
impl UnsafeUnpin for EpisodeConsent
impl UnwindSafe for EpisodeConsent
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