pub struct GetSchemaRequestBuilder { /* private fields */ }
Expand description
Builder for GetSchemaRequest
.
Implementations§
Source§impl GetSchemaRequestBuilder
impl GetSchemaRequestBuilder
Sourcepub fn version<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn version<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
Version of the schema. Allowed between 0-9.
Sourcepub fn build(&self) -> Result<GetSchemaRequest, GetSchemaRequestBuilderError>
pub fn build(&self) -> Result<GetSchemaRequest, GetSchemaRequestBuilderError>
Trait Implementations§
Source§impl Clone for GetSchemaRequestBuilder
impl Clone for GetSchemaRequestBuilder
Source§fn clone(&self) -> GetSchemaRequestBuilder
fn clone(&self) -> GetSchemaRequestBuilder
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for GetSchemaRequestBuilder
impl RefUnwindSafe for GetSchemaRequestBuilder
impl Send for GetSchemaRequestBuilder
impl Sync for GetSchemaRequestBuilder
impl Unpin for GetSchemaRequestBuilder
impl UnwindSafe for GetSchemaRequestBuilder
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more