Struct texcraft_stdext::collections::groupingmap::NoGroupToEndError
source · pub struct NoGroupToEndError;
Expand description
Error returned if there is no group to end when GroupingContainer::end_group is invoked.
Trait Implementations§
source§impl Debug for NoGroupToEndError
impl Debug for NoGroupToEndError
source§impl PartialEq<NoGroupToEndError> for NoGroupToEndError
impl PartialEq<NoGroupToEndError> for NoGroupToEndError
source§fn eq(&self, other: &NoGroupToEndError) -> bool
fn eq(&self, other: &NoGroupToEndError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for NoGroupToEndError
impl StructuralEq for NoGroupToEndError
impl StructuralPartialEq for NoGroupToEndError
Auto Trait Implementations§
impl RefUnwindSafe for NoGroupToEndError
impl Send for NoGroupToEndError
impl Sync for NoGroupToEndError
impl Unpin for NoGroupToEndError
impl UnwindSafe for NoGroupToEndError
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