pub struct IconRequest { /* private fields */ }Expand description
A request sent to the icon fetcher.
This can be finalized using Api::retrieve_icon.
Implementations§
Source§impl IconRequest
impl IconRequest
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IconRequest
impl RefUnwindSafe for IconRequest
impl Send for IconRequest
impl Sync for IconRequest
impl Unpin for IconRequest
impl UnsafeUnpin for IconRequest
impl UnwindSafe for IconRequest
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