pub struct ComponentRuntimeDirectoryAuthority {
pub fleet: FleetDirectorySnapshot,
pub component: ComponentDirectoryHead,
}Expand description
ComponentRuntimeDirectoryAuthority
Exact Fleet and Component discovery authority retained by one managed Component-tree node.
Fields§
§fleet: FleetDirectorySnapshot§component: ComponentDirectoryHeadTrait Implementations§
Source§impl Clone for ComponentRuntimeDirectoryAuthority
impl Clone for ComponentRuntimeDirectoryAuthority
Source§fn clone(&self) -> ComponentRuntimeDirectoryAuthority
fn clone(&self) -> ComponentRuntimeDirectoryAuthority
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 moreSource§impl<'de> Deserialize<'de> for ComponentRuntimeDirectoryAuthority
impl<'de> Deserialize<'de> for ComponentRuntimeDirectoryAuthority
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 ComponentRuntimeDirectoryAuthority
impl StructuralPartialEq for ComponentRuntimeDirectoryAuthority
Auto Trait Implementations§
impl Freeze for ComponentRuntimeDirectoryAuthority
impl RefUnwindSafe for ComponentRuntimeDirectoryAuthority
impl Send for ComponentRuntimeDirectoryAuthority
impl Sync for ComponentRuntimeDirectoryAuthority
impl Unpin for ComponentRuntimeDirectoryAuthority
impl UnsafeUnpin for ComponentRuntimeDirectoryAuthority
impl UnwindSafe for ComponentRuntimeDirectoryAuthority
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