pub struct JiraForestModifyResponse {
pub version: u64,
pub rows: Vec<JiraForestRow>,
}Expand description
Response from forest modification operations (add/move)
Fields§
§version: u64§rows: Vec<JiraForestRow>Trait Implementations§
Source§impl Clone for JiraForestModifyResponse
impl Clone for JiraForestModifyResponse
Source§fn clone(&self) -> JiraForestModifyResponse
fn clone(&self) -> JiraForestModifyResponse
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 JiraForestModifyResponse
impl Debug for JiraForestModifyResponse
Source§impl<'de> Deserialize<'de> for JiraForestModifyResponse
impl<'de> Deserialize<'de> for JiraForestModifyResponse
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 JiraForestModifyResponse
impl RefUnwindSafe for JiraForestModifyResponse
impl Send for JiraForestModifyResponse
impl Sync for JiraForestModifyResponse
impl Unpin for JiraForestModifyResponse
impl UnsafeUnpin for JiraForestModifyResponse
impl UnwindSafe for JiraForestModifyResponse
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