pub struct WasteMethodsService { /* private fields */ }Implementations§
Source§impl WasteMethodsService
impl WasteMethodsService
pub fn new(client: MetrcClient, rate_limiter: Arc<MetrcRateLimiter>) -> Self
Auto Trait Implementations§
impl Freeze for WasteMethodsService
impl !RefUnwindSafe for WasteMethodsService
impl Send for WasteMethodsService
impl Sync for WasteMethodsService
impl Unpin for WasteMethodsService
impl UnsafeUnpin for WasteMethodsService
impl !UnwindSafe for WasteMethodsService
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