Struct sqruff_lib::dialects::ansi::TimeZoneGrammar
source · pub struct TimeZoneGrammar;
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TimeZoneGrammar
impl Send for TimeZoneGrammar
impl Sync for TimeZoneGrammar
impl Unpin for TimeZoneGrammar
impl UnwindSafe for TimeZoneGrammar
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