pub struct ResourceOperationIntrospection {
pub operation: String,
pub input_type: TypeView,
pub output_type: TypeView,
}Fields§
§operation: String§input_type: TypeView§output_type: TypeViewTrait Implementations§
Source§impl Clone for ResourceOperationIntrospection
impl Clone for ResourceOperationIntrospection
Source§fn clone(&self) -> ResourceOperationIntrospection
fn clone(&self) -> ResourceOperationIntrospection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for ResourceOperationIntrospection
impl<'de> Deserialize<'de> for ResourceOperationIntrospection
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
Source§impl PartialEq for ResourceOperationIntrospection
impl PartialEq for ResourceOperationIntrospection
Source§fn eq(&self, other: &ResourceOperationIntrospection) -> bool
fn eq(&self, other: &ResourceOperationIntrospection) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ResourceOperationIntrospection
Auto Trait Implementations§
impl Freeze for ResourceOperationIntrospection
impl RefUnwindSafe for ResourceOperationIntrospection
impl Send for ResourceOperationIntrospection
impl Sync for ResourceOperationIntrospection
impl Unpin for ResourceOperationIntrospection
impl UnsafeUnpin for ResourceOperationIntrospection
impl UnwindSafe for ResourceOperationIntrospection
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