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