pub struct DuplicateGroupIdError(pub GroupId);Expand description
Attempted to add a group with an ID that already exists in the database.
Tuple Fields§
§0: GroupIdTrait Implementations§
Source§impl Debug for DuplicateGroupIdError
impl Debug for DuplicateGroupIdError
Source§impl Display for DuplicateGroupIdError
impl Display for DuplicateGroupIdError
Source§impl Error for DuplicateGroupIdError
impl Error for DuplicateGroupIdError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for DuplicateGroupIdError
impl RefUnwindSafe for DuplicateGroupIdError
impl Send for DuplicateGroupIdError
impl Sync for DuplicateGroupIdError
impl Unpin for DuplicateGroupIdError
impl UnsafeUnpin for DuplicateGroupIdError
impl UnwindSafe for DuplicateGroupIdError
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