pub struct ServiceNowParameters {
pub site_base_url: String,
}
Expand description
ServiceNow parameters.
Fields§
§site_base_url: String
URL of the base site.
Trait Implementations§
Source§impl Clone for ServiceNowParameters
impl Clone for ServiceNowParameters
Source§fn clone(&self) -> ServiceNowParameters
fn clone(&self) -> ServiceNowParameters
Returns a duplicate of the value. Read more
1.0.0 · 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 ServiceNowParameters
impl Debug for ServiceNowParameters
Source§impl Default for ServiceNowParameters
impl Default for ServiceNowParameters
Source§fn default() -> ServiceNowParameters
fn default() -> ServiceNowParameters
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ServiceNowParameters
impl<'de> Deserialize<'de> for ServiceNowParameters
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
Source§impl PartialEq for ServiceNowParameters
impl PartialEq for ServiceNowParameters
Source§impl Serialize for ServiceNowParameters
impl Serialize for ServiceNowParameters
impl StructuralPartialEq for ServiceNowParameters
Auto Trait Implementations§
impl Freeze for ServiceNowParameters
impl RefUnwindSafe for ServiceNowParameters
impl Send for ServiceNowParameters
impl Sync for ServiceNowParameters
impl Unpin for ServiceNowParameters
impl UnwindSafe for ServiceNowParameters
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