pub struct VerifiableDomainEdge;
Trait Implementations§
Source§impl HasField<__typename> for VerifiableDomainEdge
impl HasField<__typename> for VerifiableDomainEdge
Source§impl HasField<cursor> for VerifiableDomainEdge
impl HasField<cursor> for VerifiableDomainEdge
Source§impl HasField<node> for VerifiableDomainEdge
impl HasField<node> for VerifiableDomainEdge
Source§type Type = Option<VerifiableDomain>
type Type = Option<VerifiableDomain>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for VerifiableDomainEdge
impl RefUnwindSafe for VerifiableDomainEdge
impl Send for VerifiableDomainEdge
impl Sync for VerifiableDomainEdge
impl Unpin for VerifiableDomainEdge
impl UnwindSafe for VerifiableDomainEdge
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