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