pub struct OracleServiceCloudLinkedService {
pub linked_service: LinkedService,
pub type_properties: OracleServiceCloudLinkedServiceTypeProperties,
}Expand description
Oracle Service Cloud linked service.
Fields§
§linked_service: LinkedService§type_properties: OracleServiceCloudLinkedServiceTypePropertiesOracle Service Cloud linked service properties.
Implementations§
Source§impl OracleServiceCloudLinkedService
impl OracleServiceCloudLinkedService
pub fn new( linked_service: LinkedService, type_properties: OracleServiceCloudLinkedServiceTypeProperties, ) -> Self
Trait Implementations§
Source§impl Clone for OracleServiceCloudLinkedService
impl Clone for OracleServiceCloudLinkedService
Source§fn clone(&self) -> OracleServiceCloudLinkedService
fn clone(&self) -> OracleServiceCloudLinkedService
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<'de> Deserialize<'de> for OracleServiceCloudLinkedService
impl<'de> Deserialize<'de> for OracleServiceCloudLinkedService
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 OracleServiceCloudLinkedService
impl PartialEq for OracleServiceCloudLinkedService
Source§fn eq(&self, other: &OracleServiceCloudLinkedService) -> bool
fn eq(&self, other: &OracleServiceCloudLinkedService) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for OracleServiceCloudLinkedService
Auto Trait Implementations§
impl Freeze for OracleServiceCloudLinkedService
impl RefUnwindSafe for OracleServiceCloudLinkedService
impl Send for OracleServiceCloudLinkedService
impl Sync for OracleServiceCloudLinkedService
impl Unpin for OracleServiceCloudLinkedService
impl UnwindSafe for OracleServiceCloudLinkedService
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