pub struct LiabilityProviderSupportBoundary {
pub curated_registry_only: bool,
pub automatic_trust_admission: bool,
pub permissionless_federation_supported: bool,
pub bound_coverage_supported: bool,
}Fields§
§curated_registry_only: bool§automatic_trust_admission: bool§permissionless_federation_supported: bool§bound_coverage_supported: boolTrait Implementations§
Source§impl Clone for LiabilityProviderSupportBoundary
impl Clone for LiabilityProviderSupportBoundary
Source§fn clone(&self) -> LiabilityProviderSupportBoundary
fn clone(&self) -> LiabilityProviderSupportBoundary
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 Default for LiabilityProviderSupportBoundary
impl Default for LiabilityProviderSupportBoundary
Source§fn default() -> LiabilityProviderSupportBoundary
fn default() -> LiabilityProviderSupportBoundary
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LiabilityProviderSupportBoundary
impl<'de> Deserialize<'de> for LiabilityProviderSupportBoundary
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<LiabilityProviderSupportBoundary, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<LiabilityProviderSupportBoundary, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for LiabilityProviderSupportBoundary
impl PartialEq for LiabilityProviderSupportBoundary
Source§fn eq(&self, other: &LiabilityProviderSupportBoundary) -> bool
fn eq(&self, other: &LiabilityProviderSupportBoundary) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for LiabilityProviderSupportBoundary
impl Serialize for LiabilityProviderSupportBoundary
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Eq for LiabilityProviderSupportBoundary
impl StructuralPartialEq for LiabilityProviderSupportBoundary
Auto Trait Implementations§
impl Freeze for LiabilityProviderSupportBoundary
impl RefUnwindSafe for LiabilityProviderSupportBoundary
impl Send for LiabilityProviderSupportBoundary
impl Sync for LiabilityProviderSupportBoundary
impl Unpin for LiabilityProviderSupportBoundary
impl UnsafeUnpin for LiabilityProviderSupportBoundary
impl UnwindSafe for LiabilityProviderSupportBoundary
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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.