Struct octorust::types::Migration [−][src]
pub struct Migration {Show fields
pub archive_url: String,
pub created_at: DateTime<Utc>,
pub exclude: Vec<Value>,
pub exclude_attachments: bool,
pub guid: String,
pub id: i64,
pub lock_repositories: bool,
pub node_id: String,
pub owner: User,
pub repositories: Vec<Repository>,
pub state: String,
pub updated_at: DateTime<Utc>,
pub url: String,
}Expand description
A migration.
Fields
archive_url: StringA migration.
created_at: DateTime<Utc>exclude: Vec<Value>A migration.
exclude_attachments: boolguid: Stringid: i64lock_repositories: boolnode_id: Stringowner: UserSimple User
repositories: Vec<Repository>state: Stringupdated_at: DateTime<Utc>url: StringTrait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for Migrationimpl UnwindSafe for MigrationBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more