pub struct SchemaRegistration {
pub type_name: &'static str,
pub schema_json: &'static str,
}Fields§
§type_name: &'static str§schema_json: &'static strTrait Implementations§
Source§impl Clone for SchemaRegistration
impl Clone for SchemaRegistration
Source§fn clone(&self) -> SchemaRegistration
fn clone(&self) -> SchemaRegistration
Returns a duplicate 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 SchemaRegistration
impl Debug for SchemaRegistration
impl Collect for SchemaRegistration
Auto Trait Implementations§
impl Freeze for SchemaRegistration
impl RefUnwindSafe for SchemaRegistration
impl Send for SchemaRegistration
impl Sync for SchemaRegistration
impl Unpin for SchemaRegistration
impl UnwindSafe for SchemaRegistration
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