pub struct CountResponse {
pub count: u64,
}Fields§
§count: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for CountResponse
impl RefUnwindSafe for CountResponse
impl Send for CountResponse
impl Sync for CountResponse
impl Unpin for CountResponse
impl UnsafeUnpin for CountResponse
impl UnwindSafe for CountResponse
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