pub enum PropId<'a> {
Prop(&'a Property),
Id(&'a Id),
}Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for PropId<'a>
impl<'a> RefUnwindSafe for PropId<'a>
impl<'a> Send for PropId<'a>
impl<'a> Sync for PropId<'a>
impl<'a> Unpin for PropId<'a>
impl<'a> UnwindSafe for PropId<'a>
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