Struct atom_syndication::LinkBuilder [−][src]
pub struct LinkBuilder { /* fields omitted */ }Expand description
Builder for Link.
Implementations
The URI of the referenced resource.
The link relationship type.
The language of the resource.
The MIME type of the resource.
Human-readable information about the link.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LinkBuilderimpl Send for LinkBuilderimpl Sync for LinkBuilderimpl Unpin for LinkBuilderimpl UnwindSafe for LinkBuilderBlanket Implementations
Mutably borrows from an owned value. Read more