pub struct ParamSlot {
pub key: ParamKey,
pub target: ParamTarget,
}Fields§
§key: ParamKey§target: ParamTargetTrait Implementations§
Auto Trait Implementations§
impl Freeze for ParamSlot
impl RefUnwindSafe for ParamSlot
impl Send for ParamSlot
impl Sync for ParamSlot
impl Unpin for ParamSlot
impl UnsafeUnpin for ParamSlot
impl UnwindSafe for ParamSlot
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