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 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 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
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BackendRule_oneof_authentication
Auto Trait Implementations§
impl Freeze for BackendRule_oneof_authentication
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