pub struct ControllerEndpoint { /* private fields */ }Expand description
Endpoint for controller-based methods.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for ControllerEndpoint
impl !UnwindSafe for ControllerEndpoint
impl Freeze for ControllerEndpoint
impl Send for ControllerEndpoint
impl Sync for ControllerEndpoint
impl Unpin for ControllerEndpoint
impl UnsafeUnpin for ControllerEndpoint
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