pub struct SelectOnlyLiterals;Trait Implementations§
Source§impl Default for SelectOnlyLiterals
impl Default for SelectOnlyLiterals
Source§impl Rule for SelectOnlyLiterals
impl Rule for SelectOnlyLiterals
Auto Trait Implementations§
impl Freeze for SelectOnlyLiterals
impl RefUnwindSafe for SelectOnlyLiterals
impl Send for SelectOnlyLiterals
impl Sync for SelectOnlyLiterals
impl Unpin for SelectOnlyLiterals
impl UnsafeUnpin for SelectOnlyLiterals
impl UnwindSafe for SelectOnlyLiterals
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