pub struct EndpointSet(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for EndpointSet
impl Clone for EndpointSet
Source§fn clone(&self) -> EndpointSet
fn clone(&self) -> EndpointSet
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EndpointSet
impl Debug for EndpointSet
Source§impl Default for EndpointSet
impl Default for EndpointSet
Source§fn default() -> EndpointSet
fn default() -> EndpointSet
Returns the “default value” for a type. Read more
Source§impl From<Endpoint> for EndpointSet
impl From<Endpoint> for EndpointSet
Source§fn from(endpoint: Endpoint) -> EndpointSet
fn from(endpoint: Endpoint) -> EndpointSet
Converts to this type from the input type.
Source§impl FromIterator<Endpoint> for EndpointSet
impl FromIterator<Endpoint> for EndpointSet
Source§fn from_iter<I>(iter: I) -> EndpointSetwhere
I: IntoIterator<Item = Endpoint>,
fn from_iter<I>(iter: I) -> EndpointSetwhere
I: IntoIterator<Item = Endpoint>,
Creates a value from an iterator. Read more
Auto Trait Implementations§
impl Freeze for EndpointSet
impl RefUnwindSafe for EndpointSet
impl Send for EndpointSet
impl Sync for EndpointSet
impl Unpin for EndpointSet
impl UnsafeUnpin for EndpointSet
impl UnwindSafe for EndpointSet
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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