pub enum SessionEndpoint {
Coordinator,
Receiver,
}Expand description
Endpoint that made a clean application negotiation rejection.
Variants§
Trait Implementations§
Source§impl Clone for SessionEndpoint
impl Clone for SessionEndpoint
Source§fn clone(&self) -> SessionEndpoint
fn clone(&self) -> SessionEndpoint
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 moreimpl Copy for SessionEndpoint
Source§impl Debug for SessionEndpoint
impl Debug for SessionEndpoint
impl Eq for SessionEndpoint
Source§impl PartialEq for SessionEndpoint
impl PartialEq for SessionEndpoint
impl StructuralPartialEq for SessionEndpoint
Auto Trait Implementations§
impl Freeze for SessionEndpoint
impl RefUnwindSafe for SessionEndpoint
impl Send for SessionEndpoint
impl Sync for SessionEndpoint
impl Unpin for SessionEndpoint
impl UnsafeUnpin for SessionEndpoint
impl UnwindSafe for SessionEndpoint
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