pub struct Since(_);Expand description
Transaction input’s since field
Implementations§
Trait Implementations§
source§impl PartialEq<Since> for Since
impl PartialEq<Since> for Since
impl Copy for Since
impl Eq for Since
impl StructuralEq for Since
impl StructuralPartialEq for Since
Auto Trait Implementations§
impl RefUnwindSafe for Since
impl Send for Since
impl Sync for Since
impl Unpin for Since
impl UnwindSafe for Since
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