pub struct IntrospectionInfo {
pub ident: String,
pub visibility: Visibility,
pub entity_type: Type,
pub fields: Vec<String>,
}
Fields§
§ident: String
§visibility: Visibility
§entity_type: Type
§fields: Vec<String>
Trait Implementations§
Source§impl Clone for IntrospectionInfo
impl Clone for IntrospectionInfo
Source§fn clone(&self) -> IntrospectionInfo
fn clone(&self) -> IntrospectionInfo
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for IntrospectionInfo
impl RefUnwindSafe for IntrospectionInfo
impl Send for IntrospectionInfo
impl Sync for IntrospectionInfo
impl Unpin for IntrospectionInfo
impl UnwindSafe for IntrospectionInfo
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