Struct aws_sdk_quicksight::model::JiraParameters
source · [−]#[non_exhaustive]pub struct JiraParameters { /* private fields */ }Expand description
The parameters for Jira.
Implementations
sourceimpl JiraParameters
impl JiraParameters
sourcepub fn site_base_url(&self) -> Option<&str>
pub fn site_base_url(&self) -> Option<&str>
The base URL of the Jira site.
sourceimpl JiraParameters
impl JiraParameters
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture JiraParameters.
Trait Implementations
sourceimpl Clone for JiraParameters
impl Clone for JiraParameters
sourcefn clone(&self) -> JiraParameters
fn clone(&self) -> JiraParameters
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for JiraParameters
impl Debug for JiraParameters
sourceimpl PartialEq<JiraParameters> for JiraParameters
impl PartialEq<JiraParameters> for JiraParameters
sourcefn eq(&self, other: &JiraParameters) -> bool
fn eq(&self, other: &JiraParameters) -> bool
impl StructuralPartialEq for JiraParameters
Auto Trait Implementations
impl RefUnwindSafe for JiraParameters
impl Send for JiraParameters
impl Sync for JiraParameters
impl Unpin for JiraParameters
impl UnwindSafe for JiraParameters
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more