pub(crate) enum Param {
Number(i32),
}
🔬This is a nightly-only experimental API. (
test
)Expand description
Types of parameters a capability can use
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Param
impl Send for Param
impl Sync for Param
impl Unpin for Param
impl UnwindSafe for Param
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