pub struct AtomicAggregatePathAttribute {}Implementations§
Source§impl AtomicAggregatePathAttribute
impl AtomicAggregatePathAttribute
pub fn from_wire<'a>( _: &ParserContext, buf: &'a [u8], ) -> IResult<&'a [u8], Self, BgpParserError<&'a [u8]>>
pub fn to_wire(&self, _: &ParserContext, _: &mut BytesMut) -> Result<()>
pub fn wire_len(&self, _: &ParserContext) -> Result<u16>
Trait Implementations§
Source§impl Clone for AtomicAggregatePathAttribute
impl Clone for AtomicAggregatePathAttribute
Source§fn clone(&self) -> AtomicAggregatePathAttribute
fn clone(&self) -> AtomicAggregatePathAttribute
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 moreSource§impl Debug for AtomicAggregatePathAttribute
impl Debug for AtomicAggregatePathAttribute
Source§impl<'de> Deserialize<'de> for AtomicAggregatePathAttribute
impl<'de> Deserialize<'de> for AtomicAggregatePathAttribute
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for AtomicAggregatePathAttribute
Source§impl PartialEq for AtomicAggregatePathAttribute
impl PartialEq for AtomicAggregatePathAttribute
Source§fn eq(&self, other: &AtomicAggregatePathAttribute) -> bool
fn eq(&self, other: &AtomicAggregatePathAttribute) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AtomicAggregatePathAttribute
Auto Trait Implementations§
impl Freeze for AtomicAggregatePathAttribute
impl RefUnwindSafe for AtomicAggregatePathAttribute
impl Send for AtomicAggregatePathAttribute
impl Sync for AtomicAggregatePathAttribute
impl Unpin for AtomicAggregatePathAttribute
impl UnsafeUnpin for AtomicAggregatePathAttribute
impl UnwindSafe for AtomicAggregatePathAttribute
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