pub struct DbtWarehousesValue {
pub resource_path: String,
pub target: Option<String>,
}Fields§
§resource_path: String§target: Option<String>Implementations§
Source§impl DbtWarehousesValue
impl DbtWarehousesValue
pub fn new(resource_path: String) -> DbtWarehousesValue
Trait Implementations§
Source§impl Clone for DbtWarehousesValue
impl Clone for DbtWarehousesValue
Source§fn clone(&self) -> DbtWarehousesValue
fn clone(&self) -> DbtWarehousesValue
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 DbtWarehousesValue
impl Debug for DbtWarehousesValue
Source§impl Default for DbtWarehousesValue
impl Default for DbtWarehousesValue
Source§fn default() -> DbtWarehousesValue
fn default() -> DbtWarehousesValue
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DbtWarehousesValue
impl<'de> Deserialize<'de> for DbtWarehousesValue
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 DbtWarehousesValue
impl PartialEq for DbtWarehousesValue
Source§impl Serialize for DbtWarehousesValue
impl Serialize for DbtWarehousesValue
impl StructuralPartialEq for DbtWarehousesValue
Auto Trait Implementations§
impl Freeze for DbtWarehousesValue
impl RefUnwindSafe for DbtWarehousesValue
impl Send for DbtWarehousesValue
impl Sync for DbtWarehousesValue
impl Unpin for DbtWarehousesValue
impl UnsafeUnpin for DbtWarehousesValue
impl UnwindSafe for DbtWarehousesValue
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