pub struct PacketKeyRingConfig {
pub max_keys: usize,
}Expand description
Packet key ring configuration.
Fields§
§max_keys: usizeMaximum key metadata records retained in the ring.
Trait Implementations§
Source§impl Clone for PacketKeyRingConfig
impl Clone for PacketKeyRingConfig
Source§fn clone(&self) -> PacketKeyRingConfig
fn clone(&self) -> PacketKeyRingConfig
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 moreimpl Copy for PacketKeyRingConfig
Source§impl Debug for PacketKeyRingConfig
impl Debug for PacketKeyRingConfig
Source§impl Default for PacketKeyRingConfig
impl Default for PacketKeyRingConfig
impl Eq for PacketKeyRingConfig
Source§impl PartialEq for PacketKeyRingConfig
impl PartialEq for PacketKeyRingConfig
impl StructuralPartialEq for PacketKeyRingConfig
Auto Trait Implementations§
impl Freeze for PacketKeyRingConfig
impl RefUnwindSafe for PacketKeyRingConfig
impl Send for PacketKeyRingConfig
impl Sync for PacketKeyRingConfig
impl Unpin for PacketKeyRingConfig
impl UnsafeUnpin for PacketKeyRingConfig
impl UnwindSafe for PacketKeyRingConfig
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