Struct sqruff_lib::core::dialects::init::DialectTuple
source · pub struct DialectTuple {
pub label: String,
pub name: String,
pub inherits_from: String,
}
Expand description
Dialect Tuple object for describing dialects.
Fields§
§label: String
§name: String
§inherits_from: String
Auto Trait Implementations§
impl RefUnwindSafe for DialectTuple
impl Send for DialectTuple
impl Sync for DialectTuple
impl Unpin for DialectTuple
impl UnwindSafe for DialectTuple
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