#[repr(u32)]pub enum WgPeerF {
RemoveMe = 1,
ReplaceAllowedIps = 2,
UpdateOnly = 4,
}Variants§
Trait Implementations§
impl Eq for WgPeerF
impl StructuralPartialEq for WgPeerF
Auto Trait Implementations§
impl Freeze for WgPeerF
impl RefUnwindSafe for WgPeerF
impl Send for WgPeerF
impl Sync for WgPeerF
impl Unpin for WgPeerF
impl UnwindSafe for WgPeerF
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