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