pub struct EndpointDirections { /* private fields */ }Expand description
Input/output directions for an endpoint.
Implementations§
Trait Implementations§
Source§impl Clone for EndpointDirections
impl Clone for EndpointDirections
Source§fn clone(&self) -> EndpointDirections
fn clone(&self) -> EndpointDirections
Returns a duplicate 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 EndpointDirections
impl Debug for EndpointDirections
Source§impl PartialEq for EndpointDirections
impl PartialEq for EndpointDirections
impl Copy for EndpointDirections
impl Eq for EndpointDirections
impl StructuralPartialEq for EndpointDirections
Auto Trait Implementations§
impl Freeze for EndpointDirections
impl RefUnwindSafe for EndpointDirections
impl Send for EndpointDirections
impl Sync for EndpointDirections
impl Unpin for EndpointDirections
impl UnwindSafe for EndpointDirections
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