Struct anchor_cli::config::WithPath
source · pub struct WithPath<T> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> RefUnwindSafe for WithPath<T>where T: RefUnwindSafe,
impl<T> Send for WithPath<T>where T: Send,
impl<T> Sync for WithPath<T>where T: Sync,
impl<T> Unpin for WithPath<T>where T: Unpin,
impl<T> UnwindSafe for WithPath<T>where T: UnwindSafe,
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere T: 'a,
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<Ctx, T> MeasureWith<Ctx> for Twhere
T: AsRef<[u8]>,
impl<Ctx, T> MeasureWith<Ctx> for Twhere T: AsRef<[u8]>,
§fn measure_with(&self, _ctx: &Ctx) -> usize
fn measure_with(&self, _ctx: &Ctx) -> usize
How large is
Self, given the ctx?