pub struct DependabotUpdateError;Trait Implementations§
Source§impl HasField<__typename> for DependabotUpdateError
impl HasField<__typename> for DependabotUpdateError
Source§impl HasField<body> for DependabotUpdateError
impl HasField<body> for DependabotUpdateError
Source§impl HasField<errorType> for DependabotUpdateError
impl HasField<errorType> for DependabotUpdateError
Source§impl HasField<title> for DependabotUpdateError
impl HasField<title> for DependabotUpdateError
Auto Trait Implementations§
impl Freeze for DependabotUpdateError
impl RefUnwindSafe for DependabotUpdateError
impl Send for DependabotUpdateError
impl Sync for DependabotUpdateError
impl Unpin for DependabotUpdateError
impl UnwindSafe for DependabotUpdateError
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