struct FilterResult {
name: String,
image: Image,
}Fields§
§name: String§image: ImageAuto Trait Implementations§
impl Freeze for FilterResult
impl RefUnwindSafe for FilterResult
impl !Send for FilterResult
impl !Sync for FilterResult
impl Unpin for FilterResult
impl UnwindSafe for FilterResult
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