pub struct DotnetLibraryBuilder { /* private fields */ }Available on crate feature
unstable-plugins only.Expand description
Builder for configuring and constructing a DotnetLibrary.
Implementations§
Source§impl DotnetLibraryBuilder
impl DotnetLibraryBuilder
Sourcepub fn dispatch(self, dispatch: Dispatch) -> Self
Available on docsrs or crate feature unstable-plugins only.
pub fn dispatch(self, dispatch: Dispatch) -> Self
docsrs or crate feature unstable-plugins only.Sets the dispatch strategy that routes items to output files.
Sourcepub fn exception(self, exception: Exception) -> Self
Available on docsrs or crate feature unstable-plugins only.
pub fn exception(self, exception: Exception) -> Self
docsrs or crate feature unstable-plugins only.Registers a named C# exception type for structured error mapping in FromCall.
Sourcepub fn build(self) -> DotnetLibrary
Available on docsrs or crate feature unstable-plugins only.
pub fn build(self) -> DotnetLibrary
docsrs or crate feature unstable-plugins only.Builds the configured DotnetLibrary, ready for process.
Trait Implementations§
Source§impl Default for DotnetLibraryBuilder
Available on docsrs or crate feature unstable-plugins only.
impl Default for DotnetLibraryBuilder
Available on
docsrs or crate feature unstable-plugins only.Source§fn default() -> DotnetLibraryBuilder
fn default() -> DotnetLibraryBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for DotnetLibraryBuilder
impl !Send for DotnetLibraryBuilder
impl !Sync for DotnetLibraryBuilder
impl !UnwindSafe for DotnetLibraryBuilder
impl Freeze for DotnetLibraryBuilder
impl Unpin for DotnetLibraryBuilder
impl UnsafeUnpin for DotnetLibraryBuilder
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