pub struct ResonatorIdentitySpec {
pub name: Option<String>,
pub metadata: HashMap<String, String>,
}Expand description
Identity specification for a Resonator
Fields§
§name: Option<String>Display name (optional)
metadata: HashMap<String, String>Additional metadata
Trait Implementations§
Source§impl Clone for ResonatorIdentitySpec
impl Clone for ResonatorIdentitySpec
Source§fn clone(&self) -> ResonatorIdentitySpec
fn clone(&self) -> ResonatorIdentitySpec
Returns a duplicate 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 moreSource§impl Debug for ResonatorIdentitySpec
impl Debug for ResonatorIdentitySpec
Auto Trait Implementations§
impl Freeze for ResonatorIdentitySpec
impl RefUnwindSafe for ResonatorIdentitySpec
impl Send for ResonatorIdentitySpec
impl Sync for ResonatorIdentitySpec
impl Unpin for ResonatorIdentitySpec
impl UnwindSafe for ResonatorIdentitySpec
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