Struct rain_metadata::MetaResponse
source · pub struct MetaResponse {
pub bytes: Vec<u8>,
}Expand description
response data struct for a meta
Fields§
§bytes: Vec<u8>Trait Implementations§
source§impl Clone for MetaResponse
impl Clone for MetaResponse
source§fn clone(&self) -> MetaResponse
fn clone(&self) -> MetaResponse
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 MetaResponse
impl Debug for MetaResponse
source§impl<'de> Deserialize<'de> for MetaResponse
impl<'de> Deserialize<'de> for MetaResponse
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 MetaResponse
impl PartialEq for MetaResponse
source§fn eq(&self, other: &MetaResponse) -> bool
fn eq(&self, other: &MetaResponse) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for MetaResponse
impl Serialize for MetaResponse
impl StructuralPartialEq for MetaResponse
Auto Trait Implementations§
impl RefUnwindSafe for MetaResponse
impl Send for MetaResponse
impl Sync for MetaResponse
impl Unpin for MetaResponse
impl UnwindSafe for MetaResponse
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