pub struct DirectProxyData {
pub ident: String,
pub endpoint: EndPointType,
}Fields§
§ident: String§endpoint: EndPointTypeAuto Trait Implementations§
impl Freeze for DirectProxyData
impl RefUnwindSafe for DirectProxyData
impl Send for DirectProxyData
impl Sync for DirectProxyData
impl Unpin for DirectProxyData
impl UnwindSafe for DirectProxyData
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