pub struct InvertEndpoint { /* private fields */ }Expand description
Macro Generated Marker Type
Trait Implementations§
Source§impl Endpoint for InvertEndpoint
impl Endpoint for InvertEndpoint
Auto Trait Implementations§
impl Freeze for InvertEndpoint
impl RefUnwindSafe for InvertEndpoint
impl Send for InvertEndpoint
impl Sync for InvertEndpoint
impl Unpin for InvertEndpoint
impl UnwindSafe for InvertEndpoint
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