pub struct Config<'a, F> {
pub filter: F,
pub max: Coord,
pub title: &'a str,
}
Fields§
§filter: F
§max: Coord
§title: &'a str
Trait Implementations§
Auto Trait Implementations§
impl<'a, F> Freeze for Config<'a, F>where
F: Freeze,
impl<'a, F> RefUnwindSafe for Config<'a, F>where
F: RefUnwindSafe,
impl<'a, F> Send for Config<'a, F>where
F: Send,
impl<'a, F> Sync for Config<'a, F>where
F: Sync,
impl<'a, F> Unpin for Config<'a, F>where
F: Unpin,
impl<'a, F> UnwindSafe for Config<'a, F>where
F: UnwindSafe,
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