pub struct SQuoteView {
pub s_quote: SQuote,
}Fields§
§s_quote: SQuoteTrait Implementations§
Source§impl Clone for SQuoteView
impl Clone for SQuoteView
Source§fn clone(&self) -> SQuoteView
fn clone(&self) -> SQuoteView
Returns a duplicate 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 SQuoteView
impl Debug for SQuoteView
Source§impl PartialEq for SQuoteView
impl PartialEq for SQuoteView
impl Copy for SQuoteView
impl Eq for SQuoteView
impl StructuralPartialEq for SQuoteView
Auto Trait Implementations§
impl Freeze for SQuoteView
impl RefUnwindSafe for SQuoteView
impl Send for SQuoteView
impl Sync for SQuoteView
impl Unpin for SQuoteView
impl UnwindSafe for SQuoteView
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