pub struct RelList(pub SpaceSeparated<Rel>);Expand description
Relationship between the document and the linked resource.
Tuple Fields§
§0: SpaceSeparated<Rel>Trait Implementations§
Auto Trait Implementations§
impl Freeze for RelList
impl RefUnwindSafe for RelList
impl Send for RelList
impl Sync for RelList
impl Unpin for RelList
impl UnwindSafe for RelList
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