pub struct DepsResponse {
pub id: String,
pub callers: Vec<NodeSummary>,
pub callees: Vec<NodeSummary>,
}Fields§
§id: String§callers: Vec<NodeSummary>§callees: Vec<NodeSummary>Trait Implementations§
Auto Trait Implementations§
impl Freeze for DepsResponse
impl RefUnwindSafe for DepsResponse
impl Send for DepsResponse
impl Sync for DepsResponse
impl Unpin for DepsResponse
impl UnsafeUnpin for DepsResponse
impl UnwindSafe for DepsResponse
Blanket Implementations§
impl<T> Allocation for T
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