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