pub struct RibInput {
pub input: HashMap<String, ValueAndType>,
}Fields§
§input: HashMap<String, ValueAndType>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RibInput
impl RefUnwindSafe for RibInput
impl Send for RibInput
impl Sync for RibInput
impl Unpin for RibInput
impl UnsafeUnpin for RibInput
impl UnwindSafe for RibInput
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