pub struct JobDiffBuilder { /* private fields */ }
Expand description
Builder for JobDiff
.
Implementations§
Source§impl JobDiffBuilder
impl JobDiffBuilder
pub fn id(&mut self, value: String) -> &mut Self
pub fn fields(&mut self, value: Vec<FieldDiff>) -> &mut Self
pub fn objects(&mut self, value: Vec<ObjectDiff>) -> &mut Self
pub fn task_groups(&mut self, value: Vec<TaskGroupDiff>) -> &mut Self
pub fn type(&mut self, value: String) -> &mut Self
Trait Implementations§
Source§impl Clone for JobDiffBuilder
impl Clone for JobDiffBuilder
Source§fn clone(&self) -> JobDiffBuilder
fn clone(&self) -> JobDiffBuilder
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 JobDiffBuilder
impl RefUnwindSafe for JobDiffBuilder
impl Send for JobDiffBuilder
impl Sync for JobDiffBuilder
impl Unpin for JobDiffBuilder
impl UnwindSafe for JobDiffBuilder
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