pub struct MirNode { /* private fields */ }Implementations§
Source§impl MirNode
impl MirNode
pub fn calcite<T>(self, value: T) -> Self
pub fn inputs<T>(self, value: T) -> Self
pub fn operation<T>(self, value: T) -> Self
pub fn outputs<T>(self, value: T) -> Self
pub fn persistent_id<T>(self, value: T) -> Self
pub fn positions<T>(self, value: T) -> Self
pub fn table<T>(self, value: T) -> Self
pub fn view<T>(self, value: T) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MirNode
impl RefUnwindSafe for MirNode
impl Send for MirNode
impl Sync for MirNode
impl Unpin for MirNode
impl UnwindSafe for MirNode
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