enum IdSource {
External,
Allocated,
None,
}
Variants§
Trait Implementations§
source§impl PartialEq for IdSource
impl PartialEq for IdSource
impl Copy for IdSource
impl StructuralPartialEq for IdSource
Auto Trait Implementations§
impl Freeze for IdSource
impl RefUnwindSafe for IdSource
impl Send for IdSource
impl Sync for IdSource
impl Unpin for IdSource
impl UnwindSafe for IdSource
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