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