Enum seaplane_cli::ops::formation::EndpointSrc
source · [−]Variants
Http(String)
Tcp(u16)
Udp(u16)
Trait Implementations
sourceimpl Clone for EndpointSrc
impl Clone for EndpointSrc
sourcefn clone(&self) -> EndpointSrc
fn clone(&self) -> EndpointSrc
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for EndpointSrc
impl Debug for EndpointSrc
sourceimpl FromStr for EndpointSrc
impl FromStr for EndpointSrc
sourceimpl PartialEq<EndpointSrc> for EndpointSrc
impl PartialEq<EndpointSrc> for EndpointSrc
sourcefn eq(&self, other: &EndpointSrc) -> bool
fn eq(&self, other: &EndpointSrc) -> bool
impl Eq for EndpointSrc
impl StructuralEq for EndpointSrc
impl StructuralPartialEq for EndpointSrc
Auto Trait Implementations
impl RefUnwindSafe for EndpointSrc
impl Send for EndpointSrc
impl Sync for EndpointSrc
impl Unpin for EndpointSrc
impl UnwindSafe for EndpointSrc
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.