pub struct InventoryConfigBuilder { /* private fields */ }Expand description
Builder for InventoryConfig.
Implementations§
Source§impl InventoryConfigBuilder
impl InventoryConfigBuilder
pub fn plugin(self, plugin: impl Into<String>) -> Self
pub fn options(self, options: OptionsConfig) -> Self
pub fn transform_function(self, transform: impl Into<String>) -> Self
pub fn transform_function_options( self, options: TransformFunctionOptions, ) -> Self
pub fn build(self) -> InventoryConfig
Trait Implementations§
Source§impl Default for InventoryConfigBuilder
impl Default for InventoryConfigBuilder
Source§fn default() -> InventoryConfigBuilder
fn default() -> InventoryConfigBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InventoryConfigBuilder
impl RefUnwindSafe for InventoryConfigBuilder
impl Send for InventoryConfigBuilder
impl Sync for InventoryConfigBuilder
impl Unpin for InventoryConfigBuilder
impl UnsafeUnpin for InventoryConfigBuilder
impl UnwindSafe for InventoryConfigBuilder
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