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