pub struct ListControllers;
Trait Implementations§
Source§impl Service for ListControllers
impl Service for ListControllers
type Request = ListControllersRequest
type Response = ListControllersResponse
fn request_type_name(&self) -> &str
fn response_type_name(&self) -> &str
Auto Trait Implementations§
impl Freeze for ListControllers
impl RefUnwindSafe for ListControllers
impl Send for ListControllers
impl Sync for ListControllers
impl Unpin for ListControllers
impl UnwindSafe for ListControllers
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