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