pub struct GreetingDocument {
pub data: Greeting,
}Fields§
§data: GreetingTrait Implementations§
Source§impl Debug for GreetingDocument
impl Debug for GreetingDocument
Source§impl<'de> Deserialize<'de> for GreetingDocument
impl<'de> Deserialize<'de> for GreetingDocument
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 GreetingDocument
impl PartialEq for GreetingDocument
impl Eq for GreetingDocument
impl StructuralPartialEq for GreetingDocument
Auto Trait Implementations§
impl Freeze for GreetingDocument
impl RefUnwindSafe for GreetingDocument
impl Send for GreetingDocument
impl Sync for GreetingDocument
impl Unpin for GreetingDocument
impl UnwindSafe for GreetingDocument
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