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