Struct netlify_rust::models::deployed_branch::DeployedBranch [−][src]
pub struct DeployedBranch {
pub id: Option<String>,
pub deploy_id: Option<String>,
pub name: Option<String>,
pub slug: Option<String>,
pub url: Option<String>,
pub ssl_url: Option<String>,
}
Fields
id: Option<String>
deploy_id: Option<String>
name: Option<String>
slug: Option<String>
url: Option<String>
ssl_url: Option<String>
Implementations
Trait 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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for DeployedBranch
impl Send for DeployedBranch
impl Sync for DeployedBranch
impl Unpin for DeployedBranch
impl UnwindSafe for DeployedBranch
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more