pub struct PushKeyconfSwapInput<Prev: Pusher> { /* private fields */ }Available on crate feature
ovpn only.Implementations§
Source§impl<Prev: Pusher> PushKeyconfSwapInput<Prev>
impl<Prev: Pusher> PushKeyconfSwapInput<Prev>
pub fn new(prev: Prev) -> Self
pub fn end_nested(self) -> Prev
Sourcepub fn push_peer_id(self, value: u32) -> Self
pub fn push_peer_id(self, value: u32) -> Self
The unique ID of the peer in the device context. To be used to identify peers during key operations
Trait Implementations§
Source§impl<Prev: Pusher> Drop for PushKeyconfSwapInput<Prev>
impl<Prev: Pusher> Drop for PushKeyconfSwapInput<Prev>
Source§impl<Prev: Pusher> Pusher for PushKeyconfSwapInput<Prev>
impl<Prev: Pusher> Pusher for PushKeyconfSwapInput<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushKeyconfSwapInput<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushKeyconfSwapInput<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushKeyconfSwapInput<Prev>where
Prev: Send,
impl<Prev> Sync for PushKeyconfSwapInput<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushKeyconfSwapInput<Prev>where
Prev: Unpin,
impl<Prev> UnsafeUnpin for PushKeyconfSwapInput<Prev>where
Prev: UnsafeUnpin,
impl<Prev> UnwindSafe for PushKeyconfSwapInput<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