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