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