pub enum IdState {
Set(UUId),
Unset,
}Variants§
Trait Implementations§
impl Copy for IdState
impl Eq for IdState
impl StructuralPartialEq for IdState
Auto Trait Implementations§
impl Freeze for IdState
impl RefUnwindSafe for IdState
impl Send for IdState
impl Sync for IdState
impl Unpin for IdState
impl UnsafeUnpin for IdState
impl UnwindSafe for IdState
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