pub struct BoolProperty(pub &'static str);Expand description
A boolean block property.
Tuple Fields§
§0: &'static strTrait Implementations§
Source§impl Property<bool> for BoolProperty
impl Property<bool> for BoolProperty
Auto Trait Implementations§
impl Freeze for BoolProperty
impl RefUnwindSafe for BoolProperty
impl Send for BoolProperty
impl Sync for BoolProperty
impl Unpin for BoolProperty
impl UnwindSafe for BoolProperty
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