pub struct UpdateLinkInfoResult {
pub link_info: AgentMeshLinkInfo,
}Expand description
Data an agent receives when it makes an udate link info request
Fields§
§link_info: AgentMeshLinkInfoAuto Trait Implementations§
impl Freeze for UpdateLinkInfoResult
impl RefUnwindSafe for UpdateLinkInfoResult
impl Send for UpdateLinkInfoResult
impl Sync for UpdateLinkInfoResult
impl Unpin for UpdateLinkInfoResult
impl UnwindSafe for UpdateLinkInfoResult
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