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