pub enum Vac {
Unsecured,
Secured,
}Expand description
Specifies if a server uses VAC.
Variants
Unsecured
Secured
Trait Implementations
impl Eq for Vac
impl StructuralEq for Vac
impl StructuralPartialEq for Vac
Auto Trait Implementations
impl RefUnwindSafe for Vac
impl Send for Vac
impl Sync for Vac
impl Unpin for Vac
impl UnwindSafe for Vac
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more