pub struct PluginConfigurationAuthoritySource { /* private fields */ }Expand description
Stable provenance for the authority that owns Plugin configuration publication.
Implementations§
Trait Implementations§
Source§impl Clone for PluginConfigurationAuthoritySource
impl Clone for PluginConfigurationAuthoritySource
Source§fn clone(&self) -> PluginConfigurationAuthoritySource
fn clone(&self) -> PluginConfigurationAuthoritySource
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 moreimpl Eq for PluginConfigurationAuthoritySource
impl StructuralPartialEq for PluginConfigurationAuthoritySource
Auto Trait Implementations§
impl Freeze for PluginConfigurationAuthoritySource
impl RefUnwindSafe for PluginConfigurationAuthoritySource
impl Send for PluginConfigurationAuthoritySource
impl Sync for PluginConfigurationAuthoritySource
impl Unpin for PluginConfigurationAuthoritySource
impl UnsafeUnpin for PluginConfigurationAuthoritySource
impl UnwindSafe for PluginConfigurationAuthoritySource
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.