Struct rustyspanner::instance::ListInstances[][src]

pub struct ListInstances<'a> {
    pub instances: Vec<Instance<'a>>,
    pub next_page_token: String,
}

Helper struct used when listing all instances.

Fields

Auto Trait Implementations

impl<'a> Send for ListInstances<'a>

impl<'a> Sync for ListInstances<'a>