pub struct TargetBuilder { /* private fields */ }Expand description
Builder for Target.
Implementations§
Source§impl TargetBuilder
impl TargetBuilder
Source§impl TargetBuilder
impl TargetBuilder
Sourcepub fn build(&self) -> Result<Target, HypothesisError>
pub fn build(&self) -> Result<Target, HypothesisError>
Builds a new Target.
Trait Implementations§
Source§impl Clone for TargetBuilder
impl Clone for TargetBuilder
Source§fn clone(&self) -> TargetBuilder
fn clone(&self) -> TargetBuilder
Returns a duplicate 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 TargetBuilder
impl RefUnwindSafe for TargetBuilder
impl Send for TargetBuilder
impl Sync for TargetBuilder
impl Unpin for TargetBuilder
impl UnwindSafe for TargetBuilder
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