Struct jsonapis::LinksBuilder [−][src]
pub struct LinksBuilder {
pub other: HashMap<String, LinkBuilder>,
pub self_: Option<LinkBuilder>,
pub related: Option<LinkBuilder>,
pub first: Option<LinkBuilder>,
pub last: Option<LinkBuilder>,
pub prev: Option<LinkBuilder>,
pub next: Option<LinkBuilder>,
}Fields
other: HashMap<String, LinkBuilder>self_: Option<LinkBuilder>first: Option<LinkBuilder>last: Option<LinkBuilder>prev: Option<LinkBuilder>next: Option<LinkBuilder>Implementations
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for LinksBuilder
impl Send for LinksBuilder
impl Sync for LinksBuilder
impl Unpin for LinksBuilder
impl UnwindSafe for LinksBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more