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 for NoGroupToEndError
impl PartialEq for NoGroupToEndError
impl Eq for NoGroupToEndError
impl StructuralPartialEq for NoGroupToEndError
Auto Trait Implementations§
impl Freeze for NoGroupToEndError
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