pub struct ArbitalPageData;
Trait Implementations§
Source§impl Field for ArbitalPageData
impl Field for ArbitalPageData
Source§impl HasArgument<pageAlias> for ArbitalPageData
impl HasArgument<pageAlias> for ArbitalPageData
Source§impl HasField<ArbitalPageData> for Query
impl HasField<ArbitalPageData> for Query
Source§type Type = Option<ArbitalPageData>
type Type = Option<ArbitalPageData>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for ArbitalPageData
impl RefUnwindSafe for ArbitalPageData
impl Send for ArbitalPageData
impl Sync for ArbitalPageData
impl Unpin for ArbitalPageData
impl UnwindSafe for ArbitalPageData
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