pub struct Since(_);Expand description
Transaction input’s since field
Implementations
Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more