Struct chandeliers_err::BinopMismatch
source · pub struct BinopMismatch<Oper, Site, Expect, Left, Right> {
pub oper: Oper,
pub site: Site,
pub expect: Expect,
pub left: Left,
pub right: Right,
}Fields§
§oper: Oper§site: Site§expect: Expect§left: Left§right: RightTrait Implementations§
Auto Trait Implementations§
impl<Oper, Site, Expect, Left, Right> RefUnwindSafe for BinopMismatch<Oper, Site, Expect, Left, Right>where Expect: RefUnwindSafe, Left: RefUnwindSafe, Oper: RefUnwindSafe, Right: RefUnwindSafe, Site: RefUnwindSafe,
impl<Oper, Site, Expect, Left, Right> Send for BinopMismatch<Oper, Site, Expect, Left, Right>where Expect: Send, Left: Send, Oper: Send, Right: Send, Site: Send,
impl<Oper, Site, Expect, Left, Right> Sync for BinopMismatch<Oper, Site, Expect, Left, Right>where Expect: Sync, Left: Sync, Oper: Sync, Right: Sync, Site: Sync,
impl<Oper, Site, Expect, Left, Right> Unpin for BinopMismatch<Oper, Site, Expect, Left, Right>where Expect: Unpin, Left: Unpin, Oper: Unpin, Right: Unpin, Site: Unpin,
impl<Oper, Site, Expect, Left, Right> UnwindSafe for BinopMismatch<Oper, Site, Expect, Left, Right>where Expect: UnwindSafe, Left: UnwindSafe, Oper: UnwindSafe, Right: UnwindSafe, Site: UnwindSafe,
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