pub struct ArenaQuote {
pub text: Option<String>,
pub author: Option<String>,
}Fields§
§text: Option<String>Trait Implementations§
Source§impl Clone for ArenaQuote
impl Clone for ArenaQuote
Source§fn clone(&self) -> ArenaQuote
fn clone(&self) -> ArenaQuote
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ArenaQuote
impl Debug for ArenaQuote
Source§impl<'de> Deserialize<'de> for ArenaQuote
impl<'de> Deserialize<'de> for ArenaQuote
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 ArenaQuote
impl RefUnwindSafe for ArenaQuote
impl Send for ArenaQuote
impl Sync for ArenaQuote
impl Unpin for ArenaQuote
impl UnsafeUnpin for ArenaQuote
impl UnwindSafe for ArenaQuote
Blanket Implementations§
impl<B> BodyBounds for Bwhere
B: Serialize,
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