pub struct OperatorParam<'a, U, E, G>{
pub body: &'a [&'a [G]],
/* private fields */
}Fields§
§body: &'a [&'a [G]]Implementations§
Source§impl<'a, U, E, G> OperatorParam<'a, U, E, G>
impl<'a, U, E, G> OperatorParam<'a, U, E, G>
pub fn new(body: &'a [&'a [G]]) -> OperatorParam<'a, U, E, G>
Auto Trait Implementations§
impl<'a, U, E, G> Freeze for OperatorParam<'a, U, E, G>
impl<'a, U, E, G> RefUnwindSafe for OperatorParam<'a, U, E, G>
impl<'a, U, E, G> Send for OperatorParam<'a, U, E, G>
impl<'a, U, E, G> Sync for OperatorParam<'a, U, E, G>
impl<'a, U, E, G> Unpin for OperatorParam<'a, U, E, G>
impl<'a, U, E, G> UnsafeUnpin for OperatorParam<'a, U, E, G>
impl<'a, U, E, G> UnwindSafe for OperatorParam<'a, U, E, G>
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