pub struct GraphCheckpointLifecycle {
pub activated: bool,
pub has_called_fn_once: bool,
}Expand description
GraphCheckpointLifecycle data container.
Fields§
§activated: boolactivated field for activated.
has_called_fn_once: boolhas_called_fn_once field for has called fn once.
Trait Implementations§
Source§impl Clone for GraphCheckpointLifecycle
impl Clone for GraphCheckpointLifecycle
Source§fn clone(&self) -> GraphCheckpointLifecycle
fn clone(&self) -> GraphCheckpointLifecycle
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 GraphCheckpointLifecycle
impl Debug for GraphCheckpointLifecycle
Source§impl<'de> Deserialize<'de> for GraphCheckpointLifecycle
impl<'de> Deserialize<'de> for GraphCheckpointLifecycle
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 GraphCheckpointLifecycle
impl PartialEq for GraphCheckpointLifecycle
Source§impl Serialize for GraphCheckpointLifecycle
impl Serialize for GraphCheckpointLifecycle
impl StructuralPartialEq for GraphCheckpointLifecycle
Auto Trait Implementations§
impl Freeze for GraphCheckpointLifecycle
impl RefUnwindSafe for GraphCheckpointLifecycle
impl Send for GraphCheckpointLifecycle
impl Sync for GraphCheckpointLifecycle
impl Unpin for GraphCheckpointLifecycle
impl UnsafeUnpin for GraphCheckpointLifecycle
impl UnwindSafe for GraphCheckpointLifecycle
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