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