pub struct BooleanField(pub PropertyPath, _);
Tuple Fields§
§0: PropertyPath
Implementations§
Source§impl BooleanField
impl BooleanField
Trait Implementations§
Source§impl Field for BooleanField
impl Field for BooleanField
fn new( property_path: PropertyPath, data_container: &Rc<RefCell<Option<DataContainer>>>, ) -> BooleanField
Auto Trait Implementations§
impl Freeze for BooleanField
impl !RefUnwindSafe for BooleanField
impl !Send for BooleanField
impl !Sync for BooleanField
impl Unpin for BooleanField
impl !UnwindSafe for BooleanField
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