pub struct ScalarResponse(pub Scalar);Expand description
A response consisting of a single scalar value.
Tuple Fields§
§0: ScalarTrait Implementations§
Source§impl Clone for ScalarResponse
impl Clone for ScalarResponse
Source§fn clone(&self) -> ScalarResponse
fn clone(&self) -> ScalarResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ScalarResponse
impl Debug for ScalarResponse
Auto Trait Implementations§
impl Freeze for ScalarResponse
impl RefUnwindSafe for ScalarResponse
impl Send for ScalarResponse
impl Sync for ScalarResponse
impl Unpin for ScalarResponse
impl UnwindSafe for ScalarResponse
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