pub struct DbtWarehouseConnection {
pub value: Option<Value>,
pub target: Option<String>,
}Fields§
§value: Option<Value>the resolved resource, rendered into profiles.yml
target: Option<String>Implementations§
Source§impl DbtWarehouseConnection
impl DbtWarehouseConnection
pub fn new(value: Option<Value>) -> DbtWarehouseConnection
Trait Implementations§
Source§impl Clone for DbtWarehouseConnection
impl Clone for DbtWarehouseConnection
Source§fn clone(&self) -> DbtWarehouseConnection
fn clone(&self) -> DbtWarehouseConnection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DbtWarehouseConnection
impl Debug for DbtWarehouseConnection
Source§impl Default for DbtWarehouseConnection
impl Default for DbtWarehouseConnection
Source§fn default() -> DbtWarehouseConnection
fn default() -> DbtWarehouseConnection
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DbtWarehouseConnection
impl<'de> Deserialize<'de> for DbtWarehouseConnection
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 DbtWarehouseConnection
impl PartialEq for DbtWarehouseConnection
Source§impl Serialize for DbtWarehouseConnection
impl Serialize for DbtWarehouseConnection
impl StructuralPartialEq for DbtWarehouseConnection
Auto Trait Implementations§
impl Freeze for DbtWarehouseConnection
impl RefUnwindSafe for DbtWarehouseConnection
impl Send for DbtWarehouseConnection
impl Sync for DbtWarehouseConnection
impl Unpin for DbtWarehouseConnection
impl UnsafeUnpin for DbtWarehouseConnection
impl UnwindSafe for DbtWarehouseConnection
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