pub struct SparkOperatorConfig { /* private fields */ }Expand description
Spark operator configuration.
Implementations§
Source§impl SparkOperatorConfig
impl SparkOperatorConfig
Sourcepub fn identity_public_key(&self) -> &str
pub fn identity_public_key(&self) -> &str
Gets the identity public key for the Spark operator.
Gets the running authority for the Spark operator.
Sourcepub fn frost_identifier(&self) -> &Identifier
pub fn frost_identifier(&self) -> &Identifier
Gets the Frost identifier for the Spark operator.
Trait Implementations§
Source§impl Clone for SparkOperatorConfig
impl Clone for SparkOperatorConfig
Source§fn clone(&self) -> SparkOperatorConfig
fn clone(&self) -> SparkOperatorConfig
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 SparkOperatorConfig
impl Debug for SparkOperatorConfig
Source§impl PartialEq for SparkOperatorConfig
impl PartialEq for SparkOperatorConfig
impl StructuralPartialEq for SparkOperatorConfig
Auto Trait Implementations§
impl Freeze for SparkOperatorConfig
impl RefUnwindSafe for SparkOperatorConfig
impl Send for SparkOperatorConfig
impl Sync for SparkOperatorConfig
impl Unpin for SparkOperatorConfig
impl UnwindSafe for SparkOperatorConfig
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