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