pub(crate) struct Requests {
pub(crate) channels: Vec<Channel>,
pub(crate) seed_points: Vec<Point>,
}Expand description
What a lattice was asked for, as asked rather than as resolved.
Fields§
§channels: Vec<Channel>§seed_points: Vec<Point>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Requests
impl RefUnwindSafe for Requests
impl Send for Requests
impl Sync for Requests
impl Unpin for Requests
impl UnsafeUnpin for Requests
impl UnwindSafe for Requests
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