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
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.