pub struct BoolParam {
pub info: ParamInfo,
/* private fields */
}Expand description
A boolean parameter.
Fields§
§info: ParamInfoImplementations§
Auto Trait Implementations§
impl !Freeze for BoolParam
impl RefUnwindSafe for BoolParam
impl Send for BoolParam
impl Sync for BoolParam
impl Unpin for BoolParam
impl UnsafeUnpin for BoolParam
impl UnwindSafe for BoolParam
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