pub struct AppBinding {
pub data: Box<Expr>,
pub erased: bool,
}
Fields§
§data: Box<Expr>
§erased: bool
Trait Implementations§
Source§impl Clone for AppBinding
impl Clone for AppBinding
Source§fn clone(&self) -> AppBinding
fn clone(&self) -> AppBinding
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AppBinding
impl Debug for AppBinding
Source§impl Display for AppBinding
impl Display for AppBinding
Source§impl Hash for AppBinding
impl Hash for AppBinding
Source§impl PartialEq for AppBinding
impl PartialEq for AppBinding
impl Eq for AppBinding
impl StructuralPartialEq for AppBinding
Auto Trait Implementations§
impl Freeze for AppBinding
impl RefUnwindSafe for AppBinding
impl Send for AppBinding
impl Sync for AppBinding
impl Unpin for AppBinding
impl UnwindSafe for AppBinding
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