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