pub struct SourceResult {
pub source: &'static str,
pub result: Result<IconResult, Error>,
}Fields§
§source: &'static str§result: Result<IconResult, Error>Trait Implementations§
Auto Trait Implementations§
impl !Freeze for SourceResult
impl !RefUnwindSafe for SourceResult
impl !UnwindSafe for SourceResult
impl Send for SourceResult
impl Sync for SourceResult
impl Unpin for SourceResult
impl UnsafeUnpin for SourceResult
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