pub struct Issn {
pub media_type: MediaType,
pub value: String,
}Fields§
§media_type: MediaType§value: StringTrait Implementations§
Source§impl<'v_a> ValidateArgs<'v_a> for Issn
impl<'v_a> ValidateArgs<'v_a> for Issn
Auto Trait Implementations§
impl Freeze for Issn
impl RefUnwindSafe for Issn
impl Send for Issn
impl Sync for Issn
impl Unpin for Issn
impl UnwindSafe for Issn
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