pub enum EndPointType {
WellKnownObject(String),
TCP(EndpointData),
SSL(EndpointData),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EndPointType
impl RefUnwindSafe for EndPointType
impl Send for EndPointType
impl Sync for EndPointType
impl Unpin for EndPointType
impl UnwindSafe for EndPointType
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