pub enum OauthConfigType {
Prod,
Staging,
Local,
}Variants§
Trait Implementations§
Source§impl Clone for OauthConfigType
impl Clone for OauthConfigType
Source§fn clone(&self) -> OauthConfigType
fn clone(&self) -> OauthConfigType
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 OauthConfigType
impl Debug for OauthConfigType
Source§impl PartialEq for OauthConfigType
impl PartialEq for OauthConfigType
impl Copy for OauthConfigType
impl StructuralPartialEq for OauthConfigType
Auto Trait Implementations§
impl Freeze for OauthConfigType
impl RefUnwindSafe for OauthConfigType
impl Send for OauthConfigType
impl Sync for OauthConfigType
impl Unpin for OauthConfigType
impl UnsafeUnpin for OauthConfigType
impl UnwindSafe for OauthConfigType
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