pub struct DefaultMeta {
pub request_id: String,
pub links: Option<Links>,
pub custom: HashMap<String, String>,
}Expand description
Default meta type
Fields§
§request_id: String§links: Option<Links>§custom: HashMap<String, String>Trait Implementations§
Source§impl Debug for DefaultMeta
impl Debug for DefaultMeta
Source§impl Default for DefaultMeta
impl Default for DefaultMeta
Source§fn default() -> DefaultMeta
fn default() -> DefaultMeta
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DefaultMeta
impl<'de> Deserialize<'de> for DefaultMeta
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
Auto Trait Implementations§
impl Freeze for DefaultMeta
impl RefUnwindSafe for DefaultMeta
impl Send for DefaultMeta
impl Sync for DefaultMeta
impl Unpin for DefaultMeta
impl UnwindSafe for DefaultMeta
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