pub struct StoredResponse {
pub status: u16,
pub envelope: Value,
}Fields§
§status: u16§envelope: ValueTrait Implementations§
Source§impl Clone for StoredResponse
impl Clone for StoredResponse
Source§fn clone(&self) -> StoredResponse
fn clone(&self) -> StoredResponse
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for StoredResponse
impl RefUnwindSafe for StoredResponse
impl Send for StoredResponse
impl Sync for StoredResponse
impl Unpin for StoredResponse
impl UnsafeUnpin for StoredResponse
impl UnwindSafe for StoredResponse
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