pub struct TableSelector {
pub logical_name: Option<String>,
pub source: Option<FileSelector>,
}Fields§
§logical_name: Option<String>§source: Option<FileSelector>Trait Implementations§
Source§impl Clone for TableSelector
impl Clone for TableSelector
Source§fn clone(&self) -> TableSelector
fn clone(&self) -> TableSelector
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 moreSource§impl Debug for TableSelector
impl Debug for TableSelector
Source§impl Default for TableSelector
impl Default for TableSelector
Source§fn default() -> TableSelector
fn default() -> TableSelector
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TableSelector
impl<'de> Deserialize<'de> for TableSelector
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
Auto Trait Implementations§
impl Freeze for TableSelector
impl RefUnwindSafe for TableSelector
impl Send for TableSelector
impl Sync for TableSelector
impl Unpin for TableSelector
impl UnsafeUnpin for TableSelector
impl UnwindSafe for TableSelector
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