pub struct GraphRoot {
pub spec: String,
pub anchor: String,
}Fields§
§spec: String§anchor: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for GraphRoot
impl RefUnwindSafe for GraphRoot
impl Send for GraphRoot
impl Sync for GraphRoot
impl Unpin for GraphRoot
impl UnsafeUnpin for GraphRoot
impl UnwindSafe for GraphRoot
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