pub struct ResponseGet {
pub value: Option<Vec<u8>>,
}
Expand description
Fields§
§value: Option<Vec<u8>>
Trait Implementations§
source§impl Clone for ResponseGet
impl Clone for ResponseGet
source§fn clone(&self) -> ResponseGet
fn clone(&self) -> ResponseGet
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 Debug for ResponseGet
impl Debug for ResponseGet
source§impl<'de> Deserialize<'de> for ResponseGet
impl<'de> Deserialize<'de> for ResponseGet
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for ResponseGet
impl PartialEq for ResponseGet
source§impl Revisioned for ResponseGet
impl Revisioned for ResponseGet
source§impl Serialize for ResponseGet
impl Serialize for ResponseGet
impl StructuralPartialEq for ResponseGet
Auto Trait Implementations§
impl Freeze for ResponseGet
impl RefUnwindSafe for ResponseGet
impl Send for ResponseGet
impl Sync for ResponseGet
impl Unpin for ResponseGet
impl UnwindSafe for ResponseGet
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)