pub struct ContextNames {
pub username: Username,
}Expand description
Indicates the name of the user associated with a security context.
query_context_names function returns this structure.
§MSDN
Fields§
§username: UsernameTrait Implementations§
Source§impl Clone for ContextNames
impl Clone for ContextNames
Source§fn clone(&self) -> ContextNames
fn clone(&self) -> ContextNames
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for ContextNames
impl RefUnwindSafe for ContextNames
impl Send for ContextNames
impl Sync for ContextNames
impl Unpin for ContextNames
impl UnsafeUnpin for ContextNames
impl UnwindSafe for ContextNames
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