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