pub struct PP2TlvsTypeSsl<'zc> { /* private fields */ }Expand description
A specific for PP2Tlv SSL.
Trait Implementations§
Source§impl<'zc> Clone for PP2TlvsTypeSsl<'zc>
impl<'zc> Clone for PP2TlvsTypeSsl<'zc>
Source§fn clone(&self) -> PP2TlvsTypeSsl<'zc>
fn clone(&self) -> PP2TlvsTypeSsl<'zc>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'zc> Debug for PP2TlvsTypeSsl<'zc>
impl<'zc> Debug for PP2TlvsTypeSsl<'zc>
Source§impl<'zc> Display for PP2TlvsTypeSsl<'zc>
impl<'zc> Display for PP2TlvsTypeSsl<'zc>
Source§impl<'zc> PartialEq for PP2TlvsTypeSsl<'zc>
impl<'zc> PartialEq for PP2TlvsTypeSsl<'zc>
impl<'zc> Eq for PP2TlvsTypeSsl<'zc>
impl<'zc> StructuralPartialEq for PP2TlvsTypeSsl<'zc>
Auto Trait Implementations§
impl<'zc> Freeze for PP2TlvsTypeSsl<'zc>
impl<'zc> RefUnwindSafe for PP2TlvsTypeSsl<'zc>
impl<'zc> Send for PP2TlvsTypeSsl<'zc>
impl<'zc> Sync for PP2TlvsTypeSsl<'zc>
impl<'zc> Unpin for PP2TlvsTypeSsl<'zc>
impl<'zc> UnwindSafe for PP2TlvsTypeSsl<'zc>
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