pub enum BackendRule_oneof_authentication {
jwt_audience(String),
}Variants
jwt_audience(String)
Trait Implementations
sourceimpl Clone for BackendRule_oneof_authentication
impl Clone for BackendRule_oneof_authentication
sourcefn clone(&self) -> BackendRule_oneof_authentication
fn clone(&self) -> BackendRule_oneof_authentication
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<BackendRule_oneof_authentication> for BackendRule_oneof_authentication
impl PartialEq<BackendRule_oneof_authentication> for BackendRule_oneof_authentication
sourcefn eq(&self, other: &BackendRule_oneof_authentication) -> bool
fn eq(&self, other: &BackendRule_oneof_authentication) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more