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