pub struct CSharpBuilder<'config> { /* private fields */ }Implementations§
Source§impl<'config> CSharpBuilder<'config>
impl<'config> CSharpBuilder<'config>
pub fn new(language: &'config CSharpLanguage) -> Self
Trait Implementations§
Source§impl<'config> Builder<CSharpLanguage> for CSharpBuilder<'config>
impl<'config> Builder<CSharpLanguage> for CSharpBuilder<'config>
Source§fn build<'a, S: Source + ?Sized>(
&self,
source: &'a S,
edits: &[TextEdit],
cache: &'a mut impl BuilderCache<CSharpLanguage>,
) -> BuildOutput<CSharpLanguage>
fn build<'a, S: Source + ?Sized>( &self, source: &'a S, edits: &[TextEdit], cache: &'a mut impl BuilderCache<CSharpLanguage>, ) -> BuildOutput<CSharpLanguage>
Builds the structure from the source text.
Auto Trait Implementations§
impl<'config> Freeze for CSharpBuilder<'config>
impl<'config> RefUnwindSafe for CSharpBuilder<'config>
impl<'config> Send for CSharpBuilder<'config>
impl<'config> Sync for CSharpBuilder<'config>
impl<'config> Unpin for CSharpBuilder<'config>
impl<'config> UnwindSafe for CSharpBuilder<'config>
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