pub struct GetSchemaRequest { /* private fields */ }
Expand description
Request to get a schema from the schema registry.
Trait Implementations§
Source§impl Clone for GetSchemaRequest
impl Clone for GetSchemaRequest
Source§fn clone(&self) -> GetSchemaRequest
fn clone(&self) -> GetSchemaRequest
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 moreSource§impl Debug for GetSchemaRequest
impl Debug for GetSchemaRequest
Source§impl PartialEq for GetSchemaRequest
impl PartialEq for GetSchemaRequest
impl Eq for GetSchemaRequest
impl StructuralPartialEq for GetSchemaRequest
Auto Trait Implementations§
impl Freeze for GetSchemaRequest
impl RefUnwindSafe for GetSchemaRequest
impl Send for GetSchemaRequest
impl Sync for GetSchemaRequest
impl Unpin for GetSchemaRequest
impl UnwindSafe for GetSchemaRequest
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