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