pub struct AppliedRow {
pub version: String,
pub description: String,
pub applied_at: i64,
}Fields§
§version: String§description: String§applied_at: i64Trait Implementations§
Source§impl Clone for AppliedRow
impl Clone for AppliedRow
Source§fn clone(&self) -> AppliedRow
fn clone(&self) -> AppliedRow
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for AppliedRow
impl RefUnwindSafe for AppliedRow
impl Send for AppliedRow
impl Sync for AppliedRow
impl Unpin for AppliedRow
impl UnsafeUnpin for AppliedRow
impl UnwindSafe for AppliedRow
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