pub enum QuoteQuotes {
WrapInDoubleQuotes,
DoNotWrapInDoubleQuotes,
Auto,
}Expand description
Include a quote in quotes. See https://typst.app/docs/reference/model/quote/#parameters-quotes
Variants§
Trait Implementations§
Source§impl Clone for QuoteQuotes
impl Clone for QuoteQuotes
Source§fn clone(&self) -> QuoteQuotes
fn clone(&self) -> QuoteQuotes
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 moreimpl Copy for QuoteQuotes
Source§impl Debug for QuoteQuotes
impl Debug for QuoteQuotes
Source§impl PartialEq for QuoteQuotes
impl PartialEq for QuoteQuotes
Source§fn eq(&self, other: &QuoteQuotes) -> bool
fn eq(&self, other: &QuoteQuotes) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for QuoteQuotes
Auto Trait Implementations§
impl Freeze for QuoteQuotes
impl RefUnwindSafe for QuoteQuotes
impl Send for QuoteQuotes
impl Sync for QuoteQuotes
impl Unpin for QuoteQuotes
impl UnsafeUnpin for QuoteQuotes
impl UnwindSafe for QuoteQuotes
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