pub struct LastFmApiKeyFilter;Expand description
Filter that replaces the real Last.fm API key in request URLs with a test placeholder.
Trait Implementations§
Source§impl Debug for LastFmApiKeyFilter
impl Debug for LastFmApiKeyFilter
Source§impl Filter for LastFmApiKeyFilter
impl Filter for LastFmApiKeyFilter
fn filter_request(&self, request: &mut SerializableRequest)
fn filter_response(&self, _response: &mut SerializableResponse)
Auto Trait Implementations§
impl Freeze for LastFmApiKeyFilter
impl RefUnwindSafe for LastFmApiKeyFilter
impl Send for LastFmApiKeyFilter
impl Sync for LastFmApiKeyFilter
impl Unpin for LastFmApiKeyFilter
impl UnsafeUnpin for LastFmApiKeyFilter
impl UnwindSafe for LastFmApiKeyFilter
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