pub struct ProxyData {
pub id: String,
pub facet: Vec<String>,
pub mode: u8,
pub secure: bool,
pub protocol: Version,
pub encoding: Version,
}
Fields§
§id: String
§facet: Vec<String>
§mode: u8
§secure: bool
§protocol: Version
§encoding: Version
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProxyData
impl RefUnwindSafe for ProxyData
impl Send for ProxyData
impl Sync for ProxyData
impl Unpin for ProxyData
impl UnwindSafe for ProxyData
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