pub struct ClientEndpoint;
Expand description
A marker type for client endpoints (temporary)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClientEndpoint
impl RefUnwindSafe for ClientEndpoint
impl Send for ClientEndpoint
impl Sync for ClientEndpoint
impl Unpin for ClientEndpoint
impl UnwindSafe for ClientEndpoint
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