pub struct Orfunc {
pub a: Value,
pub b: Value,
}
Fields§
§a: Value
§b: Value
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Orfunc
impl RefUnwindSafe for Orfunc
impl Send for Orfunc
impl Sync for Orfunc
impl Unpin for Orfunc
impl UnwindSafe for Orfunc
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