Struct atom_syndication::LinkBuilder [] [src]

pub struct LinkBuilder { /* fields omitted */ }

Builder for Link.

Methods

impl LinkBuilder
[src]

[src]

The URI of the referenced resource.

[src]

The link relationship type.

[src]

The language of the resource.

[src]

The MIME type of the resource.

[src]

Human-readable information about the link.

[src]

The length of the resource, in bytes.

[src]

Builds a new Link.

Errors

If a required field has not been initialized.

Trait Implementations

impl Default for LinkBuilder
[src]

[src]

Returns the "default value" for a type. Read more

impl Clone for LinkBuilder
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more