Struct render_api::model::DeployCursor
source · pub struct DeployCursor {
pub cursor: String,
pub deploy: Deploy,
}
Fields§
§cursor: String
§deploy: Deploy
Trait Implementations§
source§impl Clone for DeployCursor
impl Clone for DeployCursor
source§fn clone(&self) -> DeployCursor
fn clone(&self) -> DeployCursor
Returns a copy of the value. Read more
1.0.0 · 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 DeployCursor
impl Debug for DeployCursor
source§impl<'de> Deserialize<'de> for DeployCursor
impl<'de> Deserialize<'de> for DeployCursor
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