enum EndpointRole {
Source,
Destination,
}Variants§
Auto Trait Implementations§
impl Freeze for EndpointRole
impl RefUnwindSafe for EndpointRole
impl Send for EndpointRole
impl Sync for EndpointRole
impl Unpin for EndpointRole
impl UnwindSafe for EndpointRole
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