pub struct DescriptorEntry {
pub descriptor: &'static PluginDescriptor,
}Expand description
A submitted descriptor pointer. Used with inventory for distributed collection.
Fields§
§descriptor: &'static PluginDescriptorTrait Implementations§
impl Collect for DescriptorEntry
Auto Trait Implementations§
impl Freeze for DescriptorEntry
impl RefUnwindSafe for DescriptorEntry
impl Send for DescriptorEntry
impl Sync for DescriptorEntry
impl Unpin for DescriptorEntry
impl UnsafeUnpin for DescriptorEntry
impl UnwindSafe for DescriptorEntry
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