pub enum SetCookieMethod {
SetCookie,
}Variants§
SetCookie
Trait Implementations§
Source§impl Clone for SetCookieMethod
impl Clone for SetCookieMethod
Source§fn clone(&self) -> SetCookieMethod
fn clone(&self) -> SetCookieMethod
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 SetCookieMethod
impl Debug for SetCookieMethod
Source§impl<'de> Deserialize<'de> for SetCookieMethod
impl<'de> Deserialize<'de> for SetCookieMethod
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 SetCookieMethod
impl PartialEq for SetCookieMethod
Source§impl Serialize for SetCookieMethod
impl Serialize for SetCookieMethod
impl StructuralPartialEq for SetCookieMethod
Auto Trait Implementations§
impl Freeze for SetCookieMethod
impl RefUnwindSafe for SetCookieMethod
impl Send for SetCookieMethod
impl Sync for SetCookieMethod
impl Unpin for SetCookieMethod
impl UnsafeUnpin for SetCookieMethod
impl UnwindSafe for SetCookieMethod
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