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