pub struct CreateZabbixHostMacroBuilder { /* private fields */ }Implementations§
Source§impl CreateZabbixHostMacroBuilder
impl CreateZabbixHostMacroBuilder
pub fn macro_name(self, value: impl ToString) -> Self
pub fn value(self, value: impl ToString) -> Self
pub fn description(self, value: impl ToString) -> Self
pub fn text(self) -> Self
pub fn secret(self) -> Self
pub fn vault(self) -> Self
pub fn build(self) -> CreateZabbixHostMacro
Auto Trait Implementations§
impl Freeze for CreateZabbixHostMacroBuilder
impl RefUnwindSafe for CreateZabbixHostMacroBuilder
impl Send for CreateZabbixHostMacroBuilder
impl Sync for CreateZabbixHostMacroBuilder
impl Unpin for CreateZabbixHostMacroBuilder
impl UnwindSafe for CreateZabbixHostMacroBuilder
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