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