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