pub struct EconsentSchema {
pub status: Option<String>,
pub date: Option<String>,
pub ip: Option<String>,
}
Fields§
§status: Option<String>
State of econsent
date: Option<String>
UTC Timestamp of when Econsent was last updated
ip: Option<String>
IP Address from which econsent was given
Trait Implementations§
Source§impl Debug for EconsentSchema
impl Debug for EconsentSchema
Source§impl<'de> Deserialize<'de> for EconsentSchema
impl<'de> Deserialize<'de> for EconsentSchema
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 Display for EconsentSchema
impl Display for EconsentSchema
Auto Trait Implementations§
impl Freeze for EconsentSchema
impl RefUnwindSafe for EconsentSchema
impl Send for EconsentSchema
impl Sync for EconsentSchema
impl Unpin for EconsentSchema
impl UnwindSafe for EconsentSchema
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