pub struct ServiceWeightsBuilder { /* private fields */ }
Expand description
Builder for ServiceWeights
.
Implementations§
Trait Implementations§
Source§impl Clone for ServiceWeightsBuilder
impl Clone for ServiceWeightsBuilder
Source§fn clone(&self) -> ServiceWeightsBuilder
fn clone(&self) -> ServiceWeightsBuilder
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 ServiceWeightsBuilder
impl RefUnwindSafe for ServiceWeightsBuilder
impl Send for ServiceWeightsBuilder
impl Sync for ServiceWeightsBuilder
impl Unpin for ServiceWeightsBuilder
impl UnwindSafe for ServiceWeightsBuilder
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