pub struct Select<'l> {
pub aid: &'l [u8],
}
Expand description
TODO: change into enum
Fields§
§aid: &'l [u8]
Trait Implementations§
impl<'l> Copy for Select<'l>
impl<'l> Eq for Select<'l>
impl<'l> StructuralPartialEq for Select<'l>
Auto Trait Implementations§
impl<'l> Freeze for Select<'l>
impl<'l> RefUnwindSafe for Select<'l>
impl<'l> Send for Select<'l>
impl<'l> Sync for Select<'l>
impl<'l> Unpin for Select<'l>
impl<'l> UnwindSafe for Select<'l>
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