pub struct TableOption {
pub name: Cow<'static, str>,
pub value: Cow<'static, str>,
}Expand description
A currently unsupported table option. Keeping it typed prevents accepted source metadata from being silently discarded by the planner.
Fields§
§name: Cow<'static, str>§value: Cow<'static, str>Trait Implementations§
Source§impl Clone for TableOption
impl Clone for TableOption
Source§impl Debug for TableOption
impl Debug for TableOption
impl Eq for TableOption
Source§impl PartialEq for TableOption
impl PartialEq for TableOption
impl StructuralPartialEq for TableOption
Auto Trait Implementations§
impl Freeze for TableOption
impl RefUnwindSafe for TableOption
impl Send for TableOption
impl Sync for TableOption
impl Unpin for TableOption
impl UnsafeUnpin for TableOption
impl UnwindSafe for TableOption
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