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