pub enum JavaClientIdentityMode {
Token,
Mtls,
}Expand description
Public identity source for Java clients.
Variants§
Trait Implementations§
Source§impl Clone for JavaClientIdentityMode
impl Clone for JavaClientIdentityMode
Source§fn clone(&self) -> JavaClientIdentityMode
fn clone(&self) -> JavaClientIdentityMode
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 moreimpl Copy for JavaClientIdentityMode
Source§impl Debug for JavaClientIdentityMode
impl Debug for JavaClientIdentityMode
impl Eq for JavaClientIdentityMode
Source§impl PartialEq for JavaClientIdentityMode
impl PartialEq for JavaClientIdentityMode
Source§fn eq(&self, other: &JavaClientIdentityMode) -> bool
fn eq(&self, other: &JavaClientIdentityMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for JavaClientIdentityMode
Auto Trait Implementations§
impl Freeze for JavaClientIdentityMode
impl RefUnwindSafe for JavaClientIdentityMode
impl Send for JavaClientIdentityMode
impl Sync for JavaClientIdentityMode
impl Unpin for JavaClientIdentityMode
impl UnsafeUnpin for JavaClientIdentityMode
impl UnwindSafe for JavaClientIdentityMode
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