pub struct EndpointSet;
Expand description
Typestate indicating that an endpoint has been set and is ready to be used.
Trait Implementations§
Source§impl Clone for EndpointSet
impl Clone for EndpointSet
Source§fn clone(&self) -> EndpointSet
fn clone(&self) -> EndpointSet
Returns a copy of the value. Read more
1.0.0 · 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
impl EndpointState for EndpointSet
Auto Trait Implementations§
impl Freeze for EndpointSet
impl RefUnwindSafe for EndpointSet
impl Send for EndpointSet
impl Sync for EndpointSet
impl Unpin for EndpointSet
impl UnwindSafe for EndpointSet
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