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