Enum windows_native::ntsam::DOMAIN_SERVER_ROLE
source · #[repr(i32)]pub enum DOMAIN_SERVER_ROLE {
DomainServerRoleBackup,
DomainServerRolePrimary,
}Variants§
Trait Implementations§
source§impl Clone for DOMAIN_SERVER_ROLE
impl Clone for DOMAIN_SERVER_ROLE
source§fn clone(&self) -> DOMAIN_SERVER_ROLE
fn clone(&self) -> DOMAIN_SERVER_ROLE
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 Debug for DOMAIN_SERVER_ROLE
impl Debug for DOMAIN_SERVER_ROLE
source§impl Hash for DOMAIN_SERVER_ROLE
impl Hash for DOMAIN_SERVER_ROLE
source§impl PartialEq<DOMAIN_SERVER_ROLE> for DOMAIN_SERVER_ROLE
impl PartialEq<DOMAIN_SERVER_ROLE> for DOMAIN_SERVER_ROLE
source§fn eq(&self, other: &DOMAIN_SERVER_ROLE) -> bool
fn eq(&self, other: &DOMAIN_SERVER_ROLE) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for DOMAIN_SERVER_ROLE
impl Eq for DOMAIN_SERVER_ROLE
impl StructuralEq for DOMAIN_SERVER_ROLE
impl StructuralPartialEq for DOMAIN_SERVER_ROLE
Auto Trait Implementations§
impl RefUnwindSafe for DOMAIN_SERVER_ROLE
impl Send for DOMAIN_SERVER_ROLE
impl Sync for DOMAIN_SERVER_ROLE
impl Unpin for DOMAIN_SERVER_ROLE
impl UnwindSafe for DOMAIN_SERVER_ROLE
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