Struct sqruff_lib::core::parser::segments::base::SymbolSegmentNewArgs
source · pub struct SymbolSegmentNewArgs {
pub type: &'static str,
}
Fields§
§type: &'static str
Trait Implementations§
source§impl Clone for SymbolSegmentNewArgs
impl Clone for SymbolSegmentNewArgs
source§fn clone(&self) -> SymbolSegmentNewArgs
fn clone(&self) -> SymbolSegmentNewArgs
Returns a copy 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 moreAuto Trait Implementations§
impl RefUnwindSafe for SymbolSegmentNewArgs
impl Send for SymbolSegmentNewArgs
impl Sync for SymbolSegmentNewArgs
impl Unpin for SymbolSegmentNewArgs
impl UnwindSafe for SymbolSegmentNewArgs
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