pub struct Anonymous {
pub language: Iso639_1,
pub sequence: Sequence,
pub contributor_role: ContributorRole,
pub name_style: Option<NameStyle>,
}Fields§
§language: Iso639_1§sequence: Sequence§contributor_role: ContributorRole§name_style: Option<NameStyle>Trait Implementations§
Source§impl<'v_a> ValidateArgs<'v_a> for Anonymous
impl<'v_a> ValidateArgs<'v_a> for Anonymous
Auto Trait Implementations§
impl Freeze for Anonymous
impl RefUnwindSafe for Anonymous
impl Send for Anonymous
impl Sync for Anonymous
impl Unpin for Anonymous
impl UnwindSafe for Anonymous
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