Struct traq_bot_http::payloads::types::EmbeddedInfo
source · pub struct EmbeddedInfo {
pub raw: String,
pub type_: String,
pub id: Uuid,
}Expand description
Fields§
§raw: String§type_: String§id: UuidTrait Implementations§
source§impl Clone for EmbeddedInfo
impl Clone for EmbeddedInfo
source§fn clone(&self) -> EmbeddedInfo
fn clone(&self) -> EmbeddedInfo
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 EmbeddedInfo
impl Debug for EmbeddedInfo
source§impl<'de> Deserialize<'de> for EmbeddedInfo
impl<'de> Deserialize<'de> for EmbeddedInfo
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<EmbeddedInfo> for EmbeddedInfo
impl PartialEq<EmbeddedInfo> for EmbeddedInfo
source§fn eq(&self, other: &EmbeddedInfo) -> bool
fn eq(&self, other: &EmbeddedInfo) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for EmbeddedInfo
impl Serialize for EmbeddedInfo
impl Eq for EmbeddedInfo
impl StructuralEq for EmbeddedInfo
impl StructuralPartialEq for EmbeddedInfo
Auto Trait Implementations§
impl RefUnwindSafe for EmbeddedInfo
impl Send for EmbeddedInfo
impl Sync for EmbeddedInfo
impl Unpin for EmbeddedInfo
impl UnwindSafe for EmbeddedInfo
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