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