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