pub struct GroupIdx { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for GroupIdx
impl<'de> Deserialize<'de> for GroupIdx
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Index<GroupIdx> for DeclareGraph
impl Index<GroupIdx> for DeclareGraph
Source§impl IndexMut<GroupIdx> for DeclareGraph
impl IndexMut<GroupIdx> for DeclareGraph
impl Copy for GroupIdx
impl Eq for GroupIdx
impl StructuralPartialEq for GroupIdx
Auto Trait Implementations§
impl Freeze for GroupIdx
impl RefUnwindSafe for GroupIdx
impl Send for GroupIdx
impl Sync for GroupIdx
impl Unpin for GroupIdx
impl UnwindSafe for GroupIdx
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