pub struct SchemaRequest {
pub entity_name: String,
}Fields§
§entity_name: StringTrait Implementations§
Source§impl Clone for SchemaRequest
impl Clone for SchemaRequest
Source§fn clone(&self) -> SchemaRequest
fn clone(&self) -> SchemaRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SchemaRequest
impl RefUnwindSafe for SchemaRequest
impl Send for SchemaRequest
impl Sync for SchemaRequest
impl Unpin for SchemaRequest
impl UnsafeUnpin for SchemaRequest
impl UnwindSafe for SchemaRequest
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