pub struct AnnotationStyle {
pub format: AnnotationFormat,
}Expand description
Controls how annotation text is rendered in an annotated bibliography.
Fields§
§format: AnnotationFormatMarkup format for annotation text. Default: Djot.
Trait Implementations§
Source§impl Clone for AnnotationStyle
impl Clone for AnnotationStyle
Source§fn clone(&self) -> AnnotationStyle
fn clone(&self) -> AnnotationStyle
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 moreSource§impl Debug for AnnotationStyle
impl Debug for AnnotationStyle
Source§impl Default for AnnotationStyle
impl Default for AnnotationStyle
Source§impl<'de> Deserialize<'de> for AnnotationStyle
impl<'de> Deserialize<'de> for AnnotationStyle
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for AnnotationStyle
impl RefUnwindSafe for AnnotationStyle
impl Send for AnnotationStyle
impl Sync for AnnotationStyle
impl Unpin for AnnotationStyle
impl UnsafeUnpin for AnnotationStyle
impl UnwindSafe for AnnotationStyle
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