pub struct SectorProvider { /* private fields */ }Expand description
Provider that resolves sector-based conditions from deployment configuration.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SectorProvider
impl RefUnwindSafe for SectorProvider
impl Send for SectorProvider
impl Sync for SectorProvider
impl Unpin for SectorProvider
impl UnsafeUnpin for SectorProvider
impl UnwindSafe for SectorProvider
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