pub struct LoadSnapshotResponse {
pub root: String,
pub hash: String,
}
Fields§
§root: String
§hash: String
Trait Implementations§
Source§impl Clone for LoadSnapshotResponse
impl Clone for LoadSnapshotResponse
Source§fn clone(&self) -> LoadSnapshotResponse
fn clone(&self) -> LoadSnapshotResponse
Returns a copy 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 DeBin for LoadSnapshotResponse
impl DeBin for LoadSnapshotResponse
Source§impl Debug for LoadSnapshotResponse
impl Debug for LoadSnapshotResponse
Auto Trait Implementations§
impl Freeze for LoadSnapshotResponse
impl RefUnwindSafe for LoadSnapshotResponse
impl Send for LoadSnapshotResponse
impl Sync for LoadSnapshotResponse
impl Unpin for LoadSnapshotResponse
impl UnwindSafe for LoadSnapshotResponse
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