pub struct CommandReturnValue { /* private fields */ }Expand description
A single OUT parameter value returned by a Command.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CommandReturnValue
impl RefUnwindSafe for CommandReturnValue
impl Send for CommandReturnValue
impl Sync for CommandReturnValue
impl Unpin for CommandReturnValue
impl UnsafeUnpin for CommandReturnValue
impl UnwindSafe for CommandReturnValue
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