pub struct selector;
Trait Implementations§
impl HasInputField<selector, Option<SelectorInput>> for SingleMessageInput
Auto Trait Implementations§
impl Freeze for selector
impl RefUnwindSafe for selector
impl Send for selector
impl Sync for selector
impl Unpin for selector
impl UnwindSafe for selector
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