pub struct OAuthProxyOptions {
pub current_url: Option<String>,
pub production_url: Option<String>,
pub max_age: u64,
pub secret: Option<String>,
}Fields§
§current_url: Option<String>§production_url: Option<String>§max_age: u64§secret: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for OAuthProxyOptions
impl Clone for OAuthProxyOptions
Source§fn clone(&self) -> OAuthProxyOptions
fn clone(&self) -> OAuthProxyOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 OAuthProxyOptions
impl Debug for OAuthProxyOptions
Source§impl Default for OAuthProxyOptions
impl Default for OAuthProxyOptions
Source§impl PartialEq for OAuthProxyOptions
impl PartialEq for OAuthProxyOptions
Source§fn eq(&self, other: &OAuthProxyOptions) -> bool
fn eq(&self, other: &OAuthProxyOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for OAuthProxyOptions
impl Serialize for OAuthProxyOptions
impl Eq for OAuthProxyOptions
impl StructuralPartialEq for OAuthProxyOptions
Auto Trait Implementations§
impl Freeze for OAuthProxyOptions
impl RefUnwindSafe for OAuthProxyOptions
impl Send for OAuthProxyOptions
impl Sync for OAuthProxyOptions
impl Unpin for OAuthProxyOptions
impl UnsafeUnpin for OAuthProxyOptions
impl UnwindSafe for OAuthProxyOptions
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.