pub struct PushOvpnKeyconfDelInput<Prev: Pusher> { /* private fields */ }Available on crate feature
ovpn only.Implementations§
Source§impl<Prev: Pusher> PushOvpnKeyconfDelInput<Prev>
impl<Prev: Pusher> PushOvpnKeyconfDelInput<Prev>
pub fn new(prev: Prev) -> Self
pub fn end_nested(self) -> Prev
Sourcepub fn push_ifindex(self, value: u32) -> Self
pub fn push_ifindex(self, value: u32) -> Self
Index of the ovpn interface to operate on
Sourcepub fn nested_keyconf(self) -> PushKeyconfDelInput<Self>
pub fn nested_keyconf(self) -> PushKeyconfDelInput<Self>
Peer specific cipher configuration
Trait Implementations§
Source§impl<Prev: Pusher> Drop for PushOvpnKeyconfDelInput<Prev>
impl<Prev: Pusher> Drop for PushOvpnKeyconfDelInput<Prev>
Source§impl<Prev: Pusher> Pusher for PushOvpnKeyconfDelInput<Prev>
impl<Prev: Pusher> Pusher for PushOvpnKeyconfDelInput<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushOvpnKeyconfDelInput<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushOvpnKeyconfDelInput<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushOvpnKeyconfDelInput<Prev>where
Prev: Send,
impl<Prev> Sync for PushOvpnKeyconfDelInput<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushOvpnKeyconfDelInput<Prev>where
Prev: Unpin,
impl<Prev> UnsafeUnpin for PushOvpnKeyconfDelInput<Prev>where
Prev: UnsafeUnpin,
impl<Prev> UnwindSafe for PushOvpnKeyconfDelInput<Prev>where
Prev: UnwindSafe,
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