Struct for_mqtt_client::utils::Endpoint
source · pub struct Endpoint<X, Y> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<X, Y> !RefUnwindSafe for Endpoint<X, Y>
impl<X, Y> Send for Endpoint<X, Y>where X: Send, Y: Send,
impl<X, Y> Sync for Endpoint<X, Y>where X: Send, Y: Send,
impl<X, Y> Unpin for Endpoint<X, Y>
impl<X, Y> !UnwindSafe for Endpoint<X, Y>
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