pub struct ServicePartitionResolverBuilder { /* private fields */ }
Implementations§
Source§impl ServicePartitionResolverBuilder
impl ServicePartitionResolverBuilder
pub fn new(fc: FabricClient) -> Self
Sourcepub fn with_timer(self, timer: Box<dyn Timer>) -> Self
pub fn with_timer(self, timer: Box<dyn Timer>) -> Self
With a runtime timer to use for sleeping.
pub fn build(self) -> ServicePartitionResolver
Auto Trait Implementations§
impl Freeze for ServicePartitionResolverBuilder
impl !RefUnwindSafe for ServicePartitionResolverBuilder
impl Send for ServicePartitionResolverBuilder
impl Sync for ServicePartitionResolverBuilder
impl Unpin for ServicePartitionResolverBuilder
impl !UnwindSafe for ServicePartitionResolverBuilder
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