pub struct FederationDelegationControl {
pub delegator_operator_id: String,
pub delegate_operator_id: String,
pub max_hops: u32,
pub attenuation_required: bool,
pub visibility_only_until_local_activation: bool,
}Fields§
§delegator_operator_id: String§delegate_operator_id: String§max_hops: u32§attenuation_required: bool§visibility_only_until_local_activation: boolTrait Implementations§
Source§impl Clone for FederationDelegationControl
impl Clone for FederationDelegationControl
Source§fn clone(&self) -> FederationDelegationControl
fn clone(&self) -> FederationDelegationControl
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 FederationDelegationControl
impl Debug for FederationDelegationControl
Source§impl<'de> Deserialize<'de> for FederationDelegationControl
impl<'de> Deserialize<'de> for FederationDelegationControl
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
impl Eq for FederationDelegationControl
impl StructuralPartialEq for FederationDelegationControl
Auto Trait Implementations§
impl Freeze for FederationDelegationControl
impl RefUnwindSafe for FederationDelegationControl
impl Send for FederationDelegationControl
impl Sync for FederationDelegationControl
impl Unpin for FederationDelegationControl
impl UnsafeUnpin for FederationDelegationControl
impl UnwindSafe for FederationDelegationControl
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