pub struct GetGraphResult {
pub graph: GraphPayload,
}Fields§
§graph: GraphPayloadTrait Implementations§
Source§impl Debug for GetGraphResult
impl Debug for GetGraphResult
Auto Trait Implementations§
impl Freeze for GetGraphResult
impl RefUnwindSafe for GetGraphResult
impl Send for GetGraphResult
impl Sync for GetGraphResult
impl Unpin for GetGraphResult
impl UnsafeUnpin for GetGraphResult
impl UnwindSafe for GetGraphResult
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