pub struct Domain<'a> {
pub range: Box<Ast<'a>>,
pub dim: usize,
}
Fields§
§range: Box<Ast<'a>>
§dim: usize
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Domain<'a>
impl<'a> RefUnwindSafe for Domain<'a>
impl<'a> Send for Domain<'a>
impl<'a> Sync for Domain<'a>
impl<'a> Unpin for Domain<'a>
impl<'a> UnwindSafe for Domain<'a>
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