pub struct EtAl {
pub term: Option<String>,
pub common: Common,
}Expand description
The <et-al> child of <names>.
Fields§
§term: Option<String>term="et-al"|"and others".
common: CommonTrait Implementations§
impl Eq for EtAl
impl StructuralPartialEq for EtAl
Auto Trait Implementations§
impl Freeze for EtAl
impl RefUnwindSafe for EtAl
impl Send for EtAl
impl Sync for EtAl
impl Unpin for EtAl
impl UnsafeUnpin for EtAl
impl UnwindSafe for EtAl
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