pub struct LocatorResult {
pub proxy_data: ProxyData,
pub size: IceSize,
pub endpoint: EndPointType,
}
Fields§
§proxy_data: ProxyData
§size: IceSize
§endpoint: EndPointType
Trait Implementations§
Source§impl Debug for LocatorResult
impl Debug for LocatorResult
Auto Trait Implementations§
impl Freeze for LocatorResult
impl RefUnwindSafe for LocatorResult
impl Send for LocatorResult
impl Sync for LocatorResult
impl Unpin for LocatorResult
impl UnwindSafe for LocatorResult
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