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§fn clone(&self) -> AssetGraphRunnablesInnerDbt
fn clone(&self) -> AssetGraphRunnablesInnerDbt
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 AssetGraphRunnablesInnerDbt
impl Debug for AssetGraphRunnablesInnerDbt
Source§impl Default for AssetGraphRunnablesInnerDbt
impl Default for AssetGraphRunnablesInnerDbt
Source§fn default() -> AssetGraphRunnablesInnerDbt
fn default() -> AssetGraphRunnablesInnerDbt
Returns the “default value” for a type. Read more
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