pub struct IntrospectResponse {
pub schema: Schema,
}Expand description
JSON envelope returned by the plugin’s introspect function on success.
Fields§
§schema: SchemaTrait Implementations§
Source§impl Debug for IntrospectResponse
impl Debug for IntrospectResponse
Source§impl<'de> Deserialize<'de> for IntrospectResponse
impl<'de> Deserialize<'de> for IntrospectResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for IntrospectResponse
impl RefUnwindSafe for IntrospectResponse
impl Send for IntrospectResponse
impl Sync for IntrospectResponse
impl Unpin for IntrospectResponse
impl UnsafeUnpin for IntrospectResponse
impl UnwindSafe for IntrospectResponse
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