pub struct InfoCategory {
pub citation_format: Option<String>,
pub field: Option<String>,
}Expand description
An <info><category .../> entry.
Fields§
§citation_format: Option<String>§field: Option<String>Trait Implementations§
Source§impl Clone for InfoCategory
impl Clone for InfoCategory
Source§fn clone(&self) -> InfoCategory
fn clone(&self) -> InfoCategory
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 InfoCategory
impl Debug for InfoCategory
Source§impl Default for InfoCategory
impl Default for InfoCategory
Source§fn default() -> InfoCategory
fn default() -> InfoCategory
Returns the “default value” for a type. Read more
Source§impl PartialEq for InfoCategory
impl PartialEq for InfoCategory
impl Eq for InfoCategory
impl StructuralPartialEq for InfoCategory
Auto Trait Implementations§
impl Freeze for InfoCategory
impl RefUnwindSafe for InfoCategory
impl Send for InfoCategory
impl Sync for InfoCategory
impl Unpin for InfoCategory
impl UnsafeUnpin for InfoCategory
impl UnwindSafe for InfoCategory
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