Struct hyper_scripter::script::ScriptBuilder
source · pub struct ScriptBuilder {
pub name: ScriptName,
/* private fields */
}
Fields§
§name: ScriptName
Implementations§
source§impl ScriptBuilder
impl ScriptBuilder
pub fn exec_count(&mut self, count: u64) -> &mut Self
pub fn exec_time(&mut self, time: NaiveDateTime) -> &mut Self
pub fn exec_done_time(&mut self, time: NaiveDateTime) -> &mut Self
pub fn read_time(&mut self, time: NaiveDateTime) -> &mut Self
pub fn miss_time(&mut self, time: NaiveDateTime) -> &mut Self
pub fn write_time(&mut self, time: NaiveDateTime) -> &mut Self
pub fn neglect_time(&mut self, time: NaiveDateTime) -> &mut Self
pub fn humble_time(&mut self, time: NaiveDateTime) -> &mut Self
pub fn created_time(&mut self, time: NaiveDateTime) -> &mut Self
pub fn build(self) -> ScriptInfo
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ScriptBuilder
impl Send for ScriptBuilder
impl Sync for ScriptBuilder
impl Unpin for ScriptBuilder
impl UnwindSafe for ScriptBuilder
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