Struct authzen_session::CookieValue
source · pub struct CookieValue {
pub id: Uuid,
pub signature: String,
}Fields§
§id: Uuid§signature: StringTrait Implementations§
source§impl Clone for CookieValue
impl Clone for CookieValue
source§fn clone(&self) -> CookieValue
fn clone(&self) -> CookieValue
Returns a copy 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 CookieValue
impl Debug for CookieValue
source§impl<'de> Deserialize<'de> for CookieValue
impl<'de> Deserialize<'de> for CookieValue
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