pub struct SourceBuilder { /* private fields */ }
Expand description

Builder for Source.

Implementations§

A human-readable title for the feed.

A universally unique and permanent URI.

The last time the feed was modified in a significant way.

The authors of the feed.

The authors of the feed.

The categories that the feed belongs to.

The categories that the feed belongs to.

The contributors to the feed.

The contributors to the feed.

The software used to generate the feed.

A small image which provides visual identification for the feed.

The Web pages related to the feed.

The Web pages related to the feed.

A larger image which provides visual identification for the feed.

Information about rights held in and over the feed.

A human-readable description or subtitle for the feed.

Builds a new Source.

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Returns the “default value” for a type. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.