pub struct ExportPgSchemaRequest {
pub source: String,
}Fields§
§source: StringSource database: ‘datatable://name’ or ‘$res:path’
Implementations§
Source§impl ExportPgSchemaRequest
impl ExportPgSchemaRequest
pub fn new(source: String) -> ExportPgSchemaRequest
Trait Implementations§
Source§impl Clone for ExportPgSchemaRequest
impl Clone for ExportPgSchemaRequest
Source§fn clone(&self) -> ExportPgSchemaRequest
fn clone(&self) -> ExportPgSchemaRequest
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 ExportPgSchemaRequest
impl Debug for ExportPgSchemaRequest
Source§impl Default for ExportPgSchemaRequest
impl Default for ExportPgSchemaRequest
Source§fn default() -> ExportPgSchemaRequest
fn default() -> ExportPgSchemaRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ExportPgSchemaRequest
impl<'de> Deserialize<'de> for ExportPgSchemaRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ExportPgSchemaRequest
impl PartialEq for ExportPgSchemaRequest
Source§impl Serialize for ExportPgSchemaRequest
impl Serialize for ExportPgSchemaRequest
impl StructuralPartialEq for ExportPgSchemaRequest
Auto Trait Implementations§
impl Freeze for ExportPgSchemaRequest
impl RefUnwindSafe for ExportPgSchemaRequest
impl Send for ExportPgSchemaRequest
impl Sync for ExportPgSchemaRequest
impl Unpin for ExportPgSchemaRequest
impl UnsafeUnpin for ExportPgSchemaRequest
impl UnwindSafe for ExportPgSchemaRequest
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