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