pub struct AssetGraphRunnablesInnerDbt {
pub model_count: i32,
}Expand description
AssetGraphRunnablesInnerDbt : Set on a dbt script, which owns a whole project rather than a single output. Omitted otherwise.
Fields§
§model_count: i32Implementations§
Source§impl AssetGraphRunnablesInnerDbt
impl AssetGraphRunnablesInnerDbt
Sourcepub fn new(model_count: i32) -> AssetGraphRunnablesInnerDbt
pub fn new(model_count: i32) -> AssetGraphRunnablesInnerDbt
Set on a dbt script, which owns a whole project rather than a single output. Omitted otherwise.
Trait Implementations§
Source§impl Clone for AssetGraphRunnablesInnerDbt
impl Clone for AssetGraphRunnablesInnerDbt
Source§impl Debug for AssetGraphRunnablesInnerDbt
impl Debug for AssetGraphRunnablesInnerDbt
Source§impl<'de> Deserialize<'de> for AssetGraphRunnablesInnerDbt
impl<'de> Deserialize<'de> for AssetGraphRunnablesInnerDbt
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
impl StructuralPartialEq for AssetGraphRunnablesInnerDbt
Auto Trait Implementations§
impl Freeze for AssetGraphRunnablesInnerDbt
impl RefUnwindSafe for AssetGraphRunnablesInnerDbt
impl Send for AssetGraphRunnablesInnerDbt
impl Sync for AssetGraphRunnablesInnerDbt
impl Unpin for AssetGraphRunnablesInnerDbt
impl UnsafeUnpin for AssetGraphRunnablesInnerDbt
impl UnwindSafe for AssetGraphRunnablesInnerDbt
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