pub struct ReadLocalOutOfBandExtendedDataReply { /* private fields */ }
Expand description
Reply for ReadLocalOutOfBandExtendedData
Implementations§
Source§impl ReadLocalOutOfBandExtendedDataReply
impl ReadLocalOutOfBandExtendedDataReply
pub fn address_type(&self) -> &AddressTypes
pub fn eir_data(&self) -> &VariableLengthBytes
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReadLocalOutOfBandExtendedDataReply
impl RefUnwindSafe for ReadLocalOutOfBandExtendedDataReply
impl Send for ReadLocalOutOfBandExtendedDataReply
impl Sync for ReadLocalOutOfBandExtendedDataReply
impl Unpin for ReadLocalOutOfBandExtendedDataReply
impl UnwindSafe for ReadLocalOutOfBandExtendedDataReply
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