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 · 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 QuoteQuotes
impl Debug for QuoteQuotes
Source§impl PartialEq for QuoteQuotes
impl PartialEq for QuoteQuotes
impl Copy for QuoteQuotes
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 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