pub struct RemoveStart {
pub parents: Option<BTreeSet<PatchRef>>,
pub patch: PatchRef,
pub event: String,
pub time: DateTime<Utc>,
}Fields§
§parents: Option<BTreeSet<PatchRef>>§patch: PatchRef§event: String§time: DateTime<Utc>Implementations§
Trait Implementations§
Source§impl Clone for RemoveStart
impl Clone for RemoveStart
Source§fn clone(&self) -> RemoveStart
fn clone(&self) -> RemoveStart
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 RemoveStart
impl Debug for RemoveStart
Source§impl<'de> Deserialize<'de> for RemoveStart
impl<'de> Deserialize<'de> for RemoveStart
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 Hash for RemoveStart
impl Hash for RemoveStart
Source§impl PartialEq for RemoveStart
impl PartialEq for RemoveStart
Source§impl Serialize for RemoveStart
impl Serialize for RemoveStart
impl Eq for RemoveStart
impl StructuralPartialEq for RemoveStart
Auto Trait Implementations§
impl Freeze for RemoveStart
impl RefUnwindSafe for RemoveStart
impl Send for RemoveStart
impl Sync for RemoveStart
impl Unpin for RemoveStart
impl UnwindSafe for RemoveStart
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