pub struct PagesDeploymentStatus {
pub status: Option<Status>,
}
Fields§
§status: Option<Status>
The current status of the deployment.
Implementations§
Source§impl PagesDeploymentStatus
impl PagesDeploymentStatus
pub fn new() -> PagesDeploymentStatus
Trait Implementations§
Source§impl Clone for PagesDeploymentStatus
impl Clone for PagesDeploymentStatus
Source§fn clone(&self) -> PagesDeploymentStatus
fn clone(&self) -> PagesDeploymentStatus
Returns a duplicate 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 PagesDeploymentStatus
impl Debug for PagesDeploymentStatus
Source§impl Default for PagesDeploymentStatus
impl Default for PagesDeploymentStatus
Source§fn default() -> PagesDeploymentStatus
fn default() -> PagesDeploymentStatus
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PagesDeploymentStatus
impl<'de> Deserialize<'de> for PagesDeploymentStatus
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
Source§impl PartialEq for PagesDeploymentStatus
impl PartialEq for PagesDeploymentStatus
Source§impl Serialize for PagesDeploymentStatus
impl Serialize for PagesDeploymentStatus
impl StructuralPartialEq for PagesDeploymentStatus
Auto Trait Implementations§
impl Freeze for PagesDeploymentStatus
impl RefUnwindSafe for PagesDeploymentStatus
impl Send for PagesDeploymentStatus
impl Sync for PagesDeploymentStatus
impl Unpin for PagesDeploymentStatus
impl UnwindSafe for PagesDeploymentStatus
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