pub struct UserAttributePacket {
pub subpackets: Vec<UserAttributeSubpacket>,
}Expand description
Parsed User Attribute packet.
Fields§
§subpackets: Vec<UserAttributeSubpacket>List of attribute subpackets.
Trait Implementations§
Source§impl Clone for UserAttributePacket
impl Clone for UserAttributePacket
Source§fn clone(&self) -> UserAttributePacket
fn clone(&self) -> UserAttributePacket
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 UserAttributePacket
impl RefUnwindSafe for UserAttributePacket
impl Send for UserAttributePacket
impl Sync for UserAttributePacket
impl Unpin for UserAttributePacket
impl UnsafeUnpin for UserAttributePacket
impl UnwindSafe for UserAttributePacket
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