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