pub struct Adjacency<'a> {
pub operator: BinaryOperator<'a>,
pub functions: Vec<&'a str>,
}Fields§
§operator: BinaryOperator<'a>§functions: Vec<&'a str>Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Adjacency<'a>
impl<'a> RefUnwindSafe for Adjacency<'a>
impl<'a> Send for Adjacency<'a>
impl<'a> Sync for Adjacency<'a>
impl<'a> Unpin for Adjacency<'a>
impl<'a> UnwindSafe for Adjacency<'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