pub enum SecurityAuthenticateParts {
None,
}
Expand description
API parts for the Security Authenticate API
Variants§
None
No parts
Implementations§
Trait Implementations§
Source§impl Clone for SecurityAuthenticateParts
impl Clone for SecurityAuthenticateParts
Source§fn clone(&self) -> SecurityAuthenticateParts
fn clone(&self) -> SecurityAuthenticateParts
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 Debug for SecurityAuthenticateParts
impl Debug for SecurityAuthenticateParts
impl Eq for SecurityAuthenticateParts
impl StructuralPartialEq for SecurityAuthenticateParts
Auto Trait Implementations§
impl Freeze for SecurityAuthenticateParts
impl RefUnwindSafe for SecurityAuthenticateParts
impl Send for SecurityAuthenticateParts
impl Sync for SecurityAuthenticateParts
impl Unpin for SecurityAuthenticateParts
impl UnwindSafe for SecurityAuthenticateParts
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