pub struct GetLinkCodesResult {
pub link_codes: Vec<MeshLinkCode>,
pub reply_message: Option<WrappedMessage>,
}
Expand description
Data an agent receives when it makes a get link codes request
Fields§
§link_codes: Vec<MeshLinkCode>
§reply_message: Option<WrappedMessage>
Auto Trait Implementations§
impl Freeze for GetLinkCodesResult
impl RefUnwindSafe for GetLinkCodesResult
impl Send for GetLinkCodesResult
impl Sync for GetLinkCodesResult
impl Unpin for GetLinkCodesResult
impl UnwindSafe for GetLinkCodesResult
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