Struct QuotesClause
pub struct QuotesClause { /* private fields */ }Trait Implementations§
§impl Clone for QuotesClause
impl Clone for QuotesClause
§fn clone(&self) -> QuotesClause
fn clone(&self) -> QuotesClause
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 more§impl Debug for QuotesClause
impl Debug for QuotesClause
§impl From<QuotesKind> for QuotesClause
impl From<QuotesKind> for QuotesClause
§fn from(kind: QuotesKind) -> Self
fn from(kind: QuotesKind) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for QuotesClause
impl RefUnwindSafe for QuotesClause
impl Send for QuotesClause
impl Sync for QuotesClause
impl Unpin for QuotesClause
impl UnwindSafe for QuotesClause
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