pub struct multiple;
Trait Implementations§
impl Attribute for multiple
impl InputCompat for multiple
impl SelectCompat for multiple
Auto Trait Implementations§
impl Freeze for multiple
impl RefUnwindSafe for multiple
impl Send for multiple
impl Sync for multiple
impl Unpin for multiple
impl UnwindSafe for multiple
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