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