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