pub struct Ci {
pub name: Option<String>,
pub parent: Option<NodeIndex>,
}
Fields§
§name: Option<String>
§parent: Option<NodeIndex>
Implementations§
Trait Implementations§
impl Eq for Ci
impl StructuralPartialEq for Ci
Auto Trait Implementations§
impl Freeze for Ci
impl RefUnwindSafe for Ci
impl Send for Ci
impl Sync for Ci
impl Unpin for Ci
impl UnwindSafe for Ci
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