pub struct SubgraphError {
pub msg: String,
}
Fields§
§msg: String
Trait Implementations§
Source§impl Debug for SubgraphError
impl Debug for SubgraphError
Source§impl From<Diagnostics> for SubgraphError
impl From<Diagnostics> for SubgraphError
Source§fn from(value: Diagnostics) -> Self
fn from(value: Diagnostics) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SubgraphError
impl RefUnwindSafe for SubgraphError
impl Send for SubgraphError
impl Sync for SubgraphError
impl Unpin for SubgraphError
impl UnwindSafe for SubgraphError
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