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