pub struct NoSQuoteView {
pub no_s_quote: NoSQuote,
}Fields§
§no_s_quote: NoSQuoteTrait Implementations§
Source§impl Clone for NoSQuoteView
impl Clone for NoSQuoteView
Source§fn clone(&self) -> NoSQuoteView
fn clone(&self) -> NoSQuoteView
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 NoSQuoteView
impl Debug for NoSQuoteView
Source§impl PartialEq for NoSQuoteView
impl PartialEq for NoSQuoteView
impl Copy for NoSQuoteView
impl Eq for NoSQuoteView
impl StructuralPartialEq for NoSQuoteView
Auto Trait Implementations§
impl Freeze for NoSQuoteView
impl RefUnwindSafe for NoSQuoteView
impl Send for NoSQuoteView
impl Sync for NoSQuoteView
impl Unpin for NoSQuoteView
impl UnwindSafe for NoSQuoteView
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