pub struct RelationalImportOptions {
pub symbol_storage: SymbolStorageOptions,
pub validate_default_themes: bool,
pub validate_references: bool,
}Fields§
§symbol_storage: SymbolStorageOptions§validate_default_themes: bool§validate_references: boolTrait Implementations§
Source§impl Clone for RelationalImportOptions
impl Clone for RelationalImportOptions
Source§fn clone(&self) -> RelationalImportOptions
fn clone(&self) -> RelationalImportOptions
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 RelationalImportOptions
impl Debug for RelationalImportOptions
Auto Trait Implementations§
impl Freeze for RelationalImportOptions
impl RefUnwindSafe for RelationalImportOptions
impl Send for RelationalImportOptions
impl Sync for RelationalImportOptions
impl Unpin for RelationalImportOptions
impl UnsafeUnpin for RelationalImportOptions
impl UnwindSafe for RelationalImportOptions
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