pub enum Vac {
Unsecured,
Secured,
}Expand description
Specifies if a server uses VAC.
Variants§
Trait Implementations§
impl Eq for Vac
impl StructuralPartialEq for Vac
Auto Trait Implementations§
impl Freeze for Vac
impl RefUnwindSafe for Vac
impl Send for Vac
impl Sync for Vac
impl Unpin for Vac
impl UnwindSafe for Vac
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