pub struct EndpointsResult {
pub endpoints: Vec<EndpointStat>,
}Fields§
§endpoints: Vec<EndpointStat>Trait Implementations§
Source§impl Debug for EndpointsResult
impl Debug for EndpointsResult
Auto Trait Implementations§
impl Freeze for EndpointsResult
impl RefUnwindSafe for EndpointsResult
impl Send for EndpointsResult
impl Sync for EndpointsResult
impl Unpin for EndpointsResult
impl UnsafeUnpin for EndpointsResult
impl UnwindSafe for EndpointsResult
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