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