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