Enum schema::InnerOutputType
source · pub enum InnerOutputType<'a> {
Enum(EnumType),
Object(ObjectType<'a>),
Scalar(ScalarType),
}
Variants§
Trait Implementations§
source§impl<'a> Clone for InnerOutputType<'a>
impl<'a> Clone for InnerOutputType<'a>
source§fn clone(&self) -> InnerOutputType<'a>
fn clone(&self) -> InnerOutputType<'a>
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<'a> !RefUnwindSafe for InnerOutputType<'a>
impl<'a> Send for InnerOutputType<'a>
impl<'a> Sync for InnerOutputType<'a>
impl<'a> Unpin for InnerOutputType<'a>
impl<'a> !UnwindSafe for InnerOutputType<'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