pub struct EndpointNotSet;
Expand description
Typestate indicating that an endpoint has not been set and cannot be used.
Trait Implementations§
Source§impl Clone for EndpointNotSet
impl Clone for EndpointNotSet
Source§fn clone(&self) -> EndpointNotSet
fn clone(&self) -> EndpointNotSet
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 EndpointNotSet
impl Debug for EndpointNotSet
impl EndpointState for EndpointNotSet
Auto Trait Implementations§
impl Freeze for EndpointNotSet
impl RefUnwindSafe for EndpointNotSet
impl Send for EndpointNotSet
impl Sync for EndpointNotSet
impl Unpin for EndpointNotSet
impl UnwindSafe for EndpointNotSet
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