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