pub enum BackendRule_oneof_authentication {
jwt_audience(String),
disable_auth(bool),
}Variants§
Trait Implementations§
source§impl Clone for BackendRule_oneof_authentication
impl Clone for BackendRule_oneof_authentication
source§fn clone(&self) -> BackendRule_oneof_authentication
fn clone(&self) -> BackendRule_oneof_authentication
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 PartialEq for BackendRule_oneof_authentication
impl PartialEq for BackendRule_oneof_authentication
source§fn eq(&self, other: &BackendRule_oneof_authentication) -> bool
fn eq(&self, other: &BackendRule_oneof_authentication) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for BackendRule_oneof_authentication
Auto Trait Implementations§
impl RefUnwindSafe for BackendRule_oneof_authentication
impl Send for BackendRule_oneof_authentication
impl Sync for BackendRule_oneof_authentication
impl Unpin for BackendRule_oneof_authentication
impl UnwindSafe for BackendRule_oneof_authentication
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