Struct aws_sdk_quicksight::model::ServiceNowParameters
source · [−]#[non_exhaustive]pub struct ServiceNowParameters { /* private fields */ }Expand description
The parameters for ServiceNow.
Implementations
sourceimpl ServiceNowParameters
impl ServiceNowParameters
sourcepub fn site_base_url(&self) -> Option<&str>
pub fn site_base_url(&self) -> Option<&str>
URL of the base site.
sourceimpl ServiceNowParameters
impl ServiceNowParameters
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ServiceNowParameters.
Trait Implementations
sourceimpl Clone for ServiceNowParameters
impl Clone for ServiceNowParameters
sourcefn clone(&self) -> ServiceNowParameters
fn clone(&self) -> ServiceNowParameters
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 ServiceNowParameters
impl Debug for ServiceNowParameters
sourceimpl PartialEq<ServiceNowParameters> for ServiceNowParameters
impl PartialEq<ServiceNowParameters> for ServiceNowParameters
sourcefn eq(&self, other: &ServiceNowParameters) -> bool
fn eq(&self, other: &ServiceNowParameters) -> bool
impl StructuralPartialEq for ServiceNowParameters
Auto Trait Implementations
impl RefUnwindSafe for ServiceNowParameters
impl Send for ServiceNowParameters
impl Sync for ServiceNowParameters
impl Unpin for ServiceNowParameters
impl UnwindSafe for ServiceNowParameters
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