pub enum RpReg {
Type,
Tuple,
Interface,
SubType,
Enum,
EnumVariant,
Service,
}
Expand description
Marker for the existence of a registered type of the given kind.
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RpReg
impl RefUnwindSafe for RpReg
impl Send for RpReg
impl Sync for RpReg
impl Unpin for RpReg
impl UnwindSafe for RpReg
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