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