pub struct RowShift {
    pub sheet_idx: usize,
    pub row: usize,
    pub count: usize,
    pub insert: bool,
}

Fields

sheet_idx: usizerow: usizecount: usizeinsert: bool

Trait Implementations

Formats the value using the given formatter. Read more

Serialize this value into the given Serde serializer. Read more

Declaration of this type, e.g. interface User { user_id: number, ... }. This function will panic if the type has no declaration. Read more

Name of this type in TypeScript.

Formats this types definition in TypeScript, e.g { user_id: number }. This function will panic if the type cannot be inlined. Read more

Flatten an type declaration.
This function will panic if the type cannot be flattened. Read more

Information about types this type depends on. This is used for resolving imports when exporting to a file. Read more

true if this is a transparent type, e.g tuples or a list.
This is used for resolving imports when using the export! macro. Read more

Name of this type in TypeScript, with type arguments.

Manually export this type to a file. The output file can be specified by annotating the type with #[ts(export_to = ".."]. By default, the filename will be derived from the types name. Read more

Manually export this type to a file with a file with the specified path. This function will ignore the #[ts(export_to = "..)] attribute. Read more

Manually generate bindings for this type, returning a String.
This function does not format the output, even if the format feature is enabled. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more

Checks if self is actually part of its subset T (and can be converted to it).

Use with care! Same as self.to_subset but without any property checks. Always succeeds.

The inclusion map: converts self to the equivalent element of its superset.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.