pub struct AddrGetResponse {
pub interfaces: BTreeMap<u32, AddrGetInterface>,
}Fields§
§interfaces: BTreeMap<u32, AddrGetInterface>Implementations§
Source§impl AddrGetResponse
impl AddrGetResponse
pub fn get_only(&self) -> Result<&AddrGetInterface, Error>
pub fn interfaces_iter(&self) -> impl Iterator<Item = &AddrGetInterface>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AddrGetResponse
impl RefUnwindSafe for AddrGetResponse
impl Send for AddrGetResponse
impl Sync for AddrGetResponse
impl Unpin for AddrGetResponse
impl UnsafeUnpin for AddrGetResponse
impl UnwindSafe for AddrGetResponse
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