pub struct DataStoreResponse {
pub result: Option<String>,
pub time: Option<u64>,
}
Fields§
§result: Option<String>
§time: Option<u64>
Auto Trait Implementations§
impl Freeze for DataStoreResponse
impl RefUnwindSafe for DataStoreResponse
impl Send for DataStoreResponse
impl Sync for DataStoreResponse
impl Unpin for DataStoreResponse
impl UnwindSafe for DataStoreResponse
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