pub struct WhileBeforeResult {
pub predicate: Tensor,
pub results: Vec<Tensor>,
}Fields§
§predicate: Tensor§results: Vec<Tensor>Auto Trait Implementations§
impl Freeze for WhileBeforeResult
impl RefUnwindSafe for WhileBeforeResult
impl Send for WhileBeforeResult
impl Sync for WhileBeforeResult
impl Unpin for WhileBeforeResult
impl UnsafeUnpin for WhileBeforeResult
impl UnwindSafe for WhileBeforeResult
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