pub struct BibliographyBlockRequest {
pub id: String,
pub group: BibliographyGroup,
}Expand description
A requested bibliography block in document order.
Fields§
§id: StringStable identifier for this bibliography block.
group: BibliographyGroupGroup selector, heading, sorting, and optional template override.
Trait Implementations§
Source§impl Clone for BibliographyBlockRequest
impl Clone for BibliographyBlockRequest
Source§fn clone(&self) -> BibliographyBlockRequest
fn clone(&self) -> BibliographyBlockRequest
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 BibliographyBlockRequest
impl Debug for BibliographyBlockRequest
Source§impl<'de> Deserialize<'de> for BibliographyBlockRequest
impl<'de> Deserialize<'de> for BibliographyBlockRequest
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 BibliographyBlockRequest
impl RefUnwindSafe for BibliographyBlockRequest
impl Send for BibliographyBlockRequest
impl Sync for BibliographyBlockRequest
impl Unpin for BibliographyBlockRequest
impl UnsafeUnpin for BibliographyBlockRequest
impl UnwindSafe for BibliographyBlockRequest
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