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