pub struct Service {Show 14 fields
pub auto_deploy: String,
pub branch: Option<String>,
pub image_path: Option<String>,
pub created_at: String,
pub id: String,
pub name: String,
pub notify_on_fail: String,
pub owner_id: String,
pub repo: Option<String>,
pub slug: String,
pub suspended: String,
pub suspenders: Vec<String>,
pub type_: String,
pub updated_at: String,
}
Fields§
§auto_deploy: String
§branch: Option<String>
§image_path: Option<String>
§created_at: String
§id: String
§name: String
§notify_on_fail: String
§owner_id: String
§repo: Option<String>
§slug: String
§suspended: String
§suspenders: Vec<String>
§type_: String
§updated_at: String
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Service
impl<'de> Deserialize<'de> for Service
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
Auto Trait Implementations§
impl Freeze for Service
impl RefUnwindSafe for Service
impl Send for Service
impl Sync for Service
impl Unpin for Service
impl UnwindSafe for Service
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