pub enum KeyconfDelInput {
PeerId(u32),
Slot(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
Slot(u32)
The slot where the key should be stored
Associated type: KeySlot (enum)
Implementations§
Source§impl KeyconfDelInput
impl KeyconfDelInput
pub fn new<'a>(buf: &'a [u8]) -> IterableKeyconfDelInput<'a> ⓘ
Trait Implementations§
Source§impl Clone for KeyconfDelInput
impl Clone for KeyconfDelInput
Source§fn clone(&self) -> KeyconfDelInput
fn clone(&self) -> KeyconfDelInput
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 KeyconfDelInput
impl RefUnwindSafe for KeyconfDelInput
impl Send for KeyconfDelInput
impl Sync for KeyconfDelInput
impl Unpin for KeyconfDelInput
impl UnsafeUnpin for KeyconfDelInput
impl UnwindSafe for KeyconfDelInput
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