Struct cdp::schema::Domain
[−]
[src]
pub struct Domain<'a> { pub name: Cow<'a, str>, pub version: Cow<'a, str>, }
Description of the protocol domain.
Fields
name: Cow<'a, str>
Domain name.
version: Cow<'a, str>
Domain version.
Trait Implementations
impl<'a> Clone for Domain<'a>
[src]
fn clone(&self) -> Domain<'a>
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more