Struct cynic_parser::executable::Type
source · pub struct Type<'a>(/* private fields */);Implementations§
Trait Implementations§
source§impl<'a> From<ReadContext<'a, TypeId>> for Type<'a>
impl<'a> From<ReadContext<'a, TypeId>> for Type<'a>
source§fn from(value: ReadContext<'a, TypeId>) -> Self
fn from(value: ReadContext<'a, TypeId>) -> Self
Converts to this type from the input type.
impl<'a> Copy for Type<'a>
Auto Trait Implementations§
impl<'a> Freeze for Type<'a>
impl<'a> RefUnwindSafe for Type<'a>
impl<'a> Send for Type<'a>
impl<'a> Sync for Type<'a>
impl<'a> Unpin for Type<'a>
impl<'a> UnwindSafe for Type<'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