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