pub struct TemplateBuilder { /* private fields */ }
Expand description
Builder for Template
.
Implementations§
Source§impl TemplateBuilder
impl TemplateBuilder
pub fn change_script(&mut self, value: Option<ChangeScript>) -> &mut Self
pub fn change_signal(&mut self, value: Option<String>) -> &mut Self
pub fn splay(&mut self, value: Option<TimeDelta>) -> &mut Self
pub fn vault_grace(&mut self, value: Option<TimeDelta>) -> &mut Self
pub fn dest_path(&mut self, value: Option<String>) -> &mut Self
pub fn embedded_tmpl(&mut self, value: Option<String>) -> &mut Self
pub fn change_mode(&mut self, value: Option<String>) -> &mut Self
pub fn gid(&mut self, value: Option<i64>) -> &mut Self
pub fn left_delim(&mut self, value: Option<String>) -> &mut Self
pub fn perms(&mut self, value: Option<String>) -> &mut Self
pub fn uid(&mut self, value: Option<i64>) -> &mut Self
pub fn right_delim(&mut self, value: Option<String>) -> &mut Self
pub fn envvars(&mut self, value: Option<bool>) -> &mut Self
pub fn err_missing_key(&mut self, value: Option<bool>) -> &mut Self
pub fn source_path(&mut self, value: Option<String>) -> &mut Self
pub fn wait(&mut self, value: Option<WaitConfig>) -> &mut Self
Trait Implementations§
Source§impl Clone for TemplateBuilder
impl Clone for TemplateBuilder
Source§fn clone(&self) -> TemplateBuilder
fn clone(&self) -> TemplateBuilder
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for TemplateBuilder
impl RefUnwindSafe for TemplateBuilder
impl Send for TemplateBuilder
impl Sync for TemplateBuilder
impl Unpin for TemplateBuilder
impl UnwindSafe for TemplateBuilder
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