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