#[repr(u16)]pub enum AFSDBSubtype {
VolumeLocationServer = 1,
DCEAuthenticationServer = 2,
}
Variants§
Trait Implementations§
Source§impl Clone for AFSDBSubtype
impl Clone for AFSDBSubtype
Source§fn clone(&self) -> AFSDBSubtype
fn clone(&self) -> AFSDBSubtype
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 moreSource§impl Debug for AFSDBSubtype
impl Debug for AFSDBSubtype
Source§impl Display for AFSDBSubtype
impl Display for AFSDBSubtype
Source§impl Hash for AFSDBSubtype
impl Hash for AFSDBSubtype
Source§impl PartialEq for AFSDBSubtype
impl PartialEq for AFSDBSubtype
Source§impl TryFrom<u16> for AFSDBSubtype
impl TryFrom<u16> for AFSDBSubtype
impl Copy for AFSDBSubtype
impl Eq for AFSDBSubtype
impl StructuralPartialEq for AFSDBSubtype
Auto Trait Implementations§
impl Freeze for AFSDBSubtype
impl RefUnwindSafe for AFSDBSubtype
impl Send for AFSDBSubtype
impl Sync for AFSDBSubtype
impl Unpin for AFSDBSubtype
impl UnwindSafe for AFSDBSubtype
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