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