pub enum SecuritySuggestUserProfilesParts {
None,
}
Expand description
API parts for the Security Suggest User Profiles API
Variants§
None
No parts
Implementations§
Trait Implementations§
Source§impl Clone for SecuritySuggestUserProfilesParts
impl Clone for SecuritySuggestUserProfilesParts
Source§fn clone(&self) -> SecuritySuggestUserProfilesParts
fn clone(&self) -> SecuritySuggestUserProfilesParts
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 PartialEq for SecuritySuggestUserProfilesParts
impl PartialEq for SecuritySuggestUserProfilesParts
Source§fn eq(&self, other: &SecuritySuggestUserProfilesParts) -> bool
fn eq(&self, other: &SecuritySuggestUserProfilesParts) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for SecuritySuggestUserProfilesParts
impl StructuralPartialEq for SecuritySuggestUserProfilesParts
Auto Trait Implementations§
impl Freeze for SecuritySuggestUserProfilesParts
impl RefUnwindSafe for SecuritySuggestUserProfilesParts
impl Send for SecuritySuggestUserProfilesParts
impl Sync for SecuritySuggestUserProfilesParts
impl Unpin for SecuritySuggestUserProfilesParts
impl UnwindSafe for SecuritySuggestUserProfilesParts
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