Expand description
Builder used to create a list of Schemas
Fields
schemas: Vec<Schema>Implementations
sourceimpl SchemaListBuilder
impl SchemaListBuilder
pub fn new() -> Self
pub fn with_schemas(self, schemas: Vec<Schema>) -> SchemaListBuilder
pub fn build(self) -> Result<SchemaList, SchemaListBuildError>
Trait Implementations
sourceimpl Clone for SchemaListBuilder
impl Clone for SchemaListBuilder
sourcefn clone(&self) -> SchemaListBuilder
fn clone(&self) -> SchemaListBuilder
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for SchemaListBuilder
impl Default for SchemaListBuilder
sourcefn default() -> SchemaListBuilder
fn default() -> SchemaListBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for SchemaListBuilder
impl Send for SchemaListBuilder
impl Sync for SchemaListBuilder
impl Unpin for SchemaListBuilder
impl UnwindSafe for SchemaListBuilder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more