pub enum AddRequestType<'a> {
Type(&'a str),
SubType(&'a str),
}Variants§
Auto Trait Implementations§
impl<'a> Freeze for AddRequestType<'a>
impl<'a> RefUnwindSafe for AddRequestType<'a>
impl<'a> Send for AddRequestType<'a>
impl<'a> Sync for AddRequestType<'a>
impl<'a> Unpin for AddRequestType<'a>
impl<'a> UnsafeUnpin for AddRequestType<'a>
impl<'a> UnwindSafe for AddRequestType<'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