pub struct HistoryCycleCompat {
pub claim_to_close: Option<String>,
pub create_to_close: Option<String>,
pub create_to_claim: Option<String>,
}Fields§
§claim_to_close: Option<String>§create_to_close: Option<String>§create_to_claim: Option<String>Trait Implementations§
Source§impl Clone for HistoryCycleCompat
impl Clone for HistoryCycleCompat
Source§fn clone(&self) -> HistoryCycleCompat
fn clone(&self) -> HistoryCycleCompat
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 HistoryCycleCompat
impl Debug for HistoryCycleCompat
Auto Trait Implementations§
impl Freeze for HistoryCycleCompat
impl RefUnwindSafe for HistoryCycleCompat
impl Send for HistoryCycleCompat
impl Sync for HistoryCycleCompat
impl Unpin for HistoryCycleCompat
impl UnsafeUnpin for HistoryCycleCompat
impl UnwindSafe for HistoryCycleCompat
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