pub struct CopyField {
pub name: Option<String>,
pub data_type: Option<ResolvedType>,
}Expand description
入力スキーマのフィールド。
Fields§
§name: Option<String>§data_type: Option<ResolvedType>Trait Implementations§
impl Eq for CopyField
impl StructuralPartialEq for CopyField
Auto Trait Implementations§
impl Freeze for CopyField
impl RefUnwindSafe for CopyField
impl Send for CopyField
impl Sync for CopyField
impl Unpin for CopyField
impl UnwindSafe for CopyField
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