pub enum EndpointVariant {
None,
Extended(String),
}
Expand description
Enum for endpoints that have several variants.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EndpointVariant
impl RefUnwindSafe for EndpointVariant
impl Send for EndpointVariant
impl Sync for EndpointVariant
impl Unpin for EndpointVariant
impl UnwindSafe for EndpointVariant
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