Struct dengine::Affected[][src]

pub struct Affected {
    pub affected_rows: u64,
    pub last_insert_id: u64,
}

Fields

Methods

impl Affected
[src]

Trait Implementations

impl Debug for Affected
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Affected

impl Sync for Affected