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