Struct aptos_vault_client::ReadResponse
source · [−]Expand description
Provides a simple wrapper for all read APIs.
Fields
creation_time: Stringvalue: Tversion: u32Implementations
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for ReadResponse<T> where
T: RefUnwindSafe,
impl<T> Send for ReadResponse<T> where
T: Send,
impl<T> Sync for ReadResponse<T> where
T: Sync,
impl<T> Unpin for ReadResponse<T> where
T: Unpin,
impl<T> UnwindSafe for ReadResponse<T> where
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more