pub struct QuoteArea {
pub target: QuotaTarget,
pub title: Option<String>,
pub quote_text: Option<String>,
}
Expand description
引用文献样式,建议不与 main_title
同时设置
Fields§
§target: QuotaTarget
§title: Option<String>
§quote_text: Option<String>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QuoteArea
impl RefUnwindSafe for QuoteArea
impl Send for QuoteArea
impl Sync for QuoteArea
impl Unpin for QuoteArea
impl UnwindSafe for QuoteArea
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