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