pub struct JiraStructureViewListResponse {
pub views: Vec<JiraStructureView>,
}Expand description
Response from GET /rest/structure/2.0/view?structureId={id}
Fields§
§views: Vec<JiraStructureView>Trait Implementations§
Source§impl Clone for JiraStructureViewListResponse
impl Clone for JiraStructureViewListResponse
Source§fn clone(&self) -> JiraStructureViewListResponse
fn clone(&self) -> JiraStructureViewListResponse
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<'de> Deserialize<'de> for JiraStructureViewListResponse
impl<'de> Deserialize<'de> for JiraStructureViewListResponse
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 JiraStructureViewListResponse
impl RefUnwindSafe for JiraStructureViewListResponse
impl Send for JiraStructureViewListResponse
impl Sync for JiraStructureViewListResponse
impl Unpin for JiraStructureViewListResponse
impl UnsafeUnpin for JiraStructureViewListResponse
impl UnwindSafe for JiraStructureViewListResponse
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