pub struct LocalOutOfBandExtendedDataUpdate { /* private fields */ }Expand description
Local Out Of Band Extended Data Updated Event
Implementations§
Source§impl LocalOutOfBandExtendedDataUpdate
impl LocalOutOfBandExtendedDataUpdate
pub fn address_type(&self) -> &AddressTypes
pub fn eir_data(&self) -> &VariableLengthBytes
Trait Implementations§
Source§impl Clone for LocalOutOfBandExtendedDataUpdate
impl Clone for LocalOutOfBandExtendedDataUpdate
Source§fn clone(&self) -> LocalOutOfBandExtendedDataUpdate
fn clone(&self) -> LocalOutOfBandExtendedDataUpdate
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 From<LocalOutOfBandExtendedDataUpdate> for Event
impl From<LocalOutOfBandExtendedDataUpdate> for Event
Source§fn from(v: LocalOutOfBandExtendedDataUpdate) -> Self
fn from(v: LocalOutOfBandExtendedDataUpdate) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for LocalOutOfBandExtendedDataUpdate
impl RefUnwindSafe for LocalOutOfBandExtendedDataUpdate
impl Send for LocalOutOfBandExtendedDataUpdate
impl Sync for LocalOutOfBandExtendedDataUpdate
impl Unpin for LocalOutOfBandExtendedDataUpdate
impl UnwindSafe for LocalOutOfBandExtendedDataUpdate
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