Enum inspect::ExternalRequestType
source · pub enum ExternalRequestType<'a> {
Inspect {
depth: usize,
},
Update {
value: &'a str,
},
}
Expand description
The request type associated with ExternalRequest
.
Variants§
Auto Trait Implementations§
impl<'a> Freeze for ExternalRequestType<'a>
impl<'a> RefUnwindSafe for ExternalRequestType<'a>
impl<'a> Send for ExternalRequestType<'a>
impl<'a> Sync for ExternalRequestType<'a>
impl<'a> Unpin for ExternalRequestType<'a>
impl<'a> UnwindSafe for ExternalRequestType<'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