pub struct ImageSessionMetadata {
pub base: String,
pub groups: Vec<String>,
pub configuration: String,
}Expand description
Fields§
§base: StringSource/base image id (manta.image_session.base).
groups: Vec<String>HSM group names (manta.image_session.groups, JSON-decoded).
configuration: StringCFS configuration name (manta.image_session.configuration).
Trait Implementations§
Source§impl Clone for ImageSessionMetadata
impl Clone for ImageSessionMetadata
Source§fn clone(&self) -> ImageSessionMetadata
fn clone(&self) -> ImageSessionMetadata
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ImageSessionMetadata
impl Debug for ImageSessionMetadata
impl Eq for ImageSessionMetadata
Source§impl PartialEq for ImageSessionMetadata
impl PartialEq for ImageSessionMetadata
Source§fn eq(&self, other: &ImageSessionMetadata) -> bool
fn eq(&self, other: &ImageSessionMetadata) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ImageSessionMetadata
Auto Trait Implementations§
impl Freeze for ImageSessionMetadata
impl RefUnwindSafe for ImageSessionMetadata
impl Send for ImageSessionMetadata
impl Sync for ImageSessionMetadata
impl Unpin for ImageSessionMetadata
impl UnsafeUnpin for ImageSessionMetadata
impl UnwindSafe for ImageSessionMetadata
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.