pub struct LitStr1EndConstructor { /* private fields */ }Implementations§
Source§impl LitStr1EndConstructor
impl LitStr1EndConstructor
Sourcepub fn builder() -> LitStr1EndConstructorBuilder
pub fn builder() -> LitStr1EndConstructorBuilder
Create an instance of LitStr1EndConstructor using the builder syntax
Source§impl LitStr1EndConstructor
impl LitStr1EndConstructor
pub fn build(self) -> LitStr1EndNode
Auto Trait Implementations§
impl Freeze for LitStr1EndConstructor
impl RefUnwindSafe for LitStr1EndConstructor
impl Send for LitStr1EndConstructor
impl Sync for LitStr1EndConstructor
impl Unpin for LitStr1EndConstructor
impl UnwindSafe for LitStr1EndConstructor
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