pub struct HunkListParams {
pub thread_id: ThreadId,
pub turn_id: Option<TurnId>,
pub review_id: Option<PlanReviewId>,
}Fields§
§thread_id: ThreadId§turn_id: Option<TurnId>§review_id: Option<PlanReviewId>Trait Implementations§
Source§impl Clone for HunkListParams
impl Clone for HunkListParams
Source§fn clone(&self) -> HunkListParams
fn clone(&self) -> HunkListParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HunkListParams
impl Debug for HunkListParams
Source§impl<'de> Deserialize<'de> for HunkListParams
impl<'de> Deserialize<'de> for HunkListParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for HunkListParams
impl RefUnwindSafe for HunkListParams
impl Send for HunkListParams
impl Sync for HunkListParams
impl Unpin for HunkListParams
impl UnsafeUnpin for HunkListParams
impl UnwindSafe for HunkListParams
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