pub struct TaskLedgerToolContributor { /* private fields */ }Trait Implementations§
Source§impl Debug for TaskLedgerToolContributor
impl Debug for TaskLedgerToolContributor
Source§impl Default for TaskLedgerToolContributor
impl Default for TaskLedgerToolContributor
Source§fn default() -> TaskLedgerToolContributor
fn default() -> TaskLedgerToolContributor
Returns the “default value” for a type. Read more
Source§impl ToolContributor for TaskLedgerToolContributor
impl ToolContributor for TaskLedgerToolContributor
fn id(&self) -> ToolProviderId
fn contribute(&self, registry: &mut ToolRegistry) -> Result<()>
Auto Trait Implementations§
impl !RefUnwindSafe for TaskLedgerToolContributor
impl !UnwindSafe for TaskLedgerToolContributor
impl Freeze for TaskLedgerToolContributor
impl Send for TaskLedgerToolContributor
impl Sync for TaskLedgerToolContributor
impl Unpin for TaskLedgerToolContributor
impl UnsafeUnpin for TaskLedgerToolContributor
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