pub enum KeyconfSwapInput {
PeerId(u32),
}Available on crate feature
ovpn only.Variants§
PeerId(u32)
The unique ID of the peer in the device context. To be used to identify peers during key operations
Implementations§
Source§impl KeyconfSwapInput
impl KeyconfSwapInput
pub fn new<'a>(buf: &'a [u8]) -> IterableKeyconfSwapInput<'a> ⓘ
Trait Implementations§
Source§impl Clone for KeyconfSwapInput
impl Clone for KeyconfSwapInput
Source§fn clone(&self) -> KeyconfSwapInput
fn clone(&self) -> KeyconfSwapInput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for KeyconfSwapInput
impl RefUnwindSafe for KeyconfSwapInput
impl Send for KeyconfSwapInput
impl Sync for KeyconfSwapInput
impl Unpin for KeyconfSwapInput
impl UnsafeUnpin for KeyconfSwapInput
impl UnwindSafe for KeyconfSwapInput
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