pub struct EnclavesToProvision {
pub enclaves: BTreeSet<NodeEnclave>,
}Expand description
The subset of node enclaves that a specific user needs to provision to.
Fields§
§enclaves: BTreeSet<NodeEnclave>Trait Implementations§
Source§impl Clone for EnclavesToProvision
impl Clone for EnclavesToProvision
Source§fn clone(&self) -> EnclavesToProvision
fn clone(&self) -> EnclavesToProvision
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 EnclavesToProvision
impl Debug for EnclavesToProvision
Source§impl<'de> Deserialize<'de> for EnclavesToProvision
impl<'de> Deserialize<'de> for EnclavesToProvision
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for EnclavesToProvision
impl PartialEq for EnclavesToProvision
Source§impl Serialize for EnclavesToProvision
impl Serialize for EnclavesToProvision
impl StructuralPartialEq for EnclavesToProvision
Auto Trait Implementations§
impl Freeze for EnclavesToProvision
impl RefUnwindSafe for EnclavesToProvision
impl Send for EnclavesToProvision
impl Sync for EnclavesToProvision
impl Unpin for EnclavesToProvision
impl UnsafeUnpin for EnclavesToProvision
impl UnwindSafe for EnclavesToProvision
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