pub struct SyntheticSource {
pub side: usize,
}Expand description
In-memory source for unit tests: synthesizes tiles on demand.
Fields§
§side: usizeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SyntheticSource
impl RefUnwindSafe for SyntheticSource
impl Send for SyntheticSource
impl Sync for SyntheticSource
impl Unpin for SyntheticSource
impl UnsafeUnpin for SyntheticSource
impl UnwindSafe for SyntheticSource
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