pub struct InfoLink {
pub rel: Option<String>,
pub href: Option<String>,
pub media_type: Option<String>,
}Expand description
An <info><link .../> entry.
Fields§
§rel: Option<String>§href: Option<String>§media_type: Option<String>Trait Implementations§
impl Eq for InfoLink
impl StructuralPartialEq for InfoLink
Auto Trait Implementations§
impl Freeze for InfoLink
impl RefUnwindSafe for InfoLink
impl Send for InfoLink
impl Sync for InfoLink
impl Unpin for InfoLink
impl UnsafeUnpin for InfoLink
impl UnwindSafe for InfoLink
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