pub struct CeremonyLifecycle { /* private fields */ }Implementations§
Source§impl CeremonyLifecycle
impl CeremonyLifecycle
pub fn completed(at: OffsetDateTime) -> Self
pub fn phase(&self) -> CeremonyLifecyclePhase
pub fn end_reason(&self) -> Option<CeremonyEndReason>
pub fn reason(&self) -> Option<&LifecycleReason>
pub fn changed_at(&self) -> Option<OffsetDateTime>
pub fn admits_new_work(&self) -> bool
pub fn is_paused(&self) -> bool
pub fn is_ended(&self) -> bool
pub fn is_explicit(&self) -> bool
pub fn is_default(&self) -> bool
Trait Implementations§
Source§impl Clone for CeremonyLifecycle
impl Clone for CeremonyLifecycle
Source§impl Debug for CeremonyLifecycle
impl Debug for CeremonyLifecycle
Source§impl Default for CeremonyLifecycle
impl Default for CeremonyLifecycle
Source§impl<'de> Deserialize<'de> for CeremonyLifecycle
impl<'de> Deserialize<'de> for CeremonyLifecycle
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
impl Eq for CeremonyLifecycle
Source§impl PartialEq for CeremonyLifecycle
impl PartialEq for CeremonyLifecycle
Source§impl Serialize for CeremonyLifecycle
impl Serialize for CeremonyLifecycle
impl StructuralPartialEq for CeremonyLifecycle
Auto Trait Implementations§
impl Freeze for CeremonyLifecycle
impl RefUnwindSafe for CeremonyLifecycle
impl Send for CeremonyLifecycle
impl Sync for CeremonyLifecycle
impl Unpin for CeremonyLifecycle
impl UnsafeUnpin for CeremonyLifecycle
impl UnwindSafe for CeremonyLifecycle
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