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