Enum jsonapis::DataBuilder [−][src]
pub enum DataBuilder {
Single(ResourceBuilder),
Multiple(Vec<ResourceBuilder>),
}Variants
Single(ResourceBuilder)Tuple Fields of Single
Multiple(Vec<ResourceBuilder>)Tuple Fields of Multiple
0: Vec<ResourceBuilder>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 DataBuilder
impl Send for DataBuilder
impl Sync for DataBuilder
impl Unpin for DataBuilder
impl UnwindSafe for DataBuilder
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