pub struct ArbitalLinkedPage;
Trait Implementations§
Source§impl HasField<__typename> for ArbitalLinkedPage
impl HasField<__typename> for ArbitalLinkedPage
Source§impl HasField<_id> for ArbitalLinkedPage
impl HasField<_id> for ArbitalLinkedPage
Source§impl HasField<name> for ArbitalLinkedPage
impl HasField<name> for ArbitalLinkedPage
Source§impl HasField<slug> for ArbitalLinkedPage
impl HasField<slug> for ArbitalLinkedPage
Auto Trait Implementations§
impl Freeze for ArbitalLinkedPage
impl RefUnwindSafe for ArbitalLinkedPage
impl Send for ArbitalLinkedPage
impl Sync for ArbitalLinkedPage
impl Unpin for ArbitalLinkedPage
impl UnwindSafe for ArbitalLinkedPage
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