pub struct CiteRef {
pub items: Vec<CiteItem>,
}Expand description
A single inline citation group: [@a] is one item, [@a; @b] is two.
Fields§
§items: Vec<CiteItem>One or more cited items, in authored order.
Trait Implementations§
impl Eq for CiteRef
impl StructuralPartialEq for CiteRef
Auto Trait Implementations§
impl Freeze for CiteRef
impl RefUnwindSafe for CiteRef
impl Send for CiteRef
impl Sync for CiteRef
impl Unpin for CiteRef
impl UnsafeUnpin for CiteRef
impl UnwindSafe for CiteRef
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.