Struct google_cloud_auth::project::ProjectInfo
source · pub struct ProjectInfo {
pub project_id: Option<String>,
}Fields§
§project_id: Option<String>Trait Implementations§
source§impl Clone for ProjectInfo
impl Clone for ProjectInfo
source§fn clone(&self) -> ProjectInfo
fn clone(&self) -> ProjectInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more