pub struct InputProfiles(/* private fields */);Implementations§
Source§impl InputProfiles
impl InputProfiles
pub fn get(self, label: &str) -> Option<SignatureInput>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InputProfiles
impl RefUnwindSafe for InputProfiles
impl Send for InputProfiles
impl Sync for InputProfiles
impl Unpin for InputProfiles
impl UnsafeUnpin for InputProfiles
impl UnwindSafe for InputProfiles
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