pub enum EndpointType {
Api,
Cloud,
Hpc,
Sync,
}
Variants§
Trait Implementations§
Source§impl Debug for EndpointType
impl Debug for EndpointType
Source§impl Default for EndpointType
impl Default for EndpointType
Source§fn default() -> EndpointType
fn default() -> EndpointType
Returns the “default value” for a type. Read more
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