pub struct revertResourcePath;
Trait Implementations§
Source§impl Field for revertResourcePath
impl Field for revertResourcePath
Source§impl HasField<revertResourcePath> for PullRequest
impl HasField<revertResourcePath> for PullRequest
Auto Trait Implementations§
impl Freeze for revertResourcePath
impl RefUnwindSafe for revertResourcePath
impl Send for revertResourcePath
impl Sync for revertResourcePath
impl Unpin for revertResourcePath
impl UnwindSafe for revertResourcePath
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