pub struct ConcurLinkedService {
pub linked_service: LinkedService,
pub type_properties: ConcurLinkedServiceTypeProperties,
}Expand description
Concur Service linked service.
Fields§
§linked_service: LinkedService§type_properties: ConcurLinkedServiceTypePropertiesConcur Service linked service properties.
Implementations§
Source§impl ConcurLinkedService
impl ConcurLinkedService
pub fn new( linked_service: LinkedService, type_properties: ConcurLinkedServiceTypeProperties, ) -> Self
Trait Implementations§
Source§impl Clone for ConcurLinkedService
impl Clone for ConcurLinkedService
Source§fn clone(&self) -> ConcurLinkedService
fn clone(&self) -> ConcurLinkedService
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 ConcurLinkedService
impl Debug for ConcurLinkedService
Source§impl<'de> Deserialize<'de> for ConcurLinkedService
impl<'de> Deserialize<'de> for ConcurLinkedService
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 ConcurLinkedService
impl PartialEq for ConcurLinkedService
Source§impl Serialize for ConcurLinkedService
impl Serialize for ConcurLinkedService
impl StructuralPartialEq for ConcurLinkedService
Auto Trait Implementations§
impl Freeze for ConcurLinkedService
impl RefUnwindSafe for ConcurLinkedService
impl Send for ConcurLinkedService
impl Sync for ConcurLinkedService
impl Unpin for ConcurLinkedService
impl UnwindSafe for ConcurLinkedService
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