[−][src]Struct dprint_core::Info
Can be used to get information at a certain location being printed. These can be resolved by providing the info object to a condition context's getResolvedInfo method.
Fields
name: &'static strName for debugging purposes.
Methods
impl Info[src]
pub fn new(name: &'static str) -> Info[src]
pub fn into_clone<TString, TCondition>(
&self
) -> PrintItem<TString, Info, TCondition> where
TString: StringRef,
TCondition: ConditionRef<TString, Info, TCondition>, [src]
&self
) -> PrintItem<TString, Info, TCondition> where
TString: StringRef,
TCondition: ConditionRef<TString, Info, TCondition>,
Trait Implementations
impl InfoRef for Info[src]
impl<TString, TCondition> Into<PrintItem<TString, Info, TCondition>> for Info where
TString: StringRef,
TCondition: ConditionRef<TString, Info, TCondition>, [src]
TString: StringRef,
TCondition: ConditionRef<TString, Info, TCondition>,
impl Clone for Info[src]
Auto Trait Implementations
impl Send for Info
impl Sync for Info
impl Unpin for Info
impl UnwindSafe for Info
impl RefUnwindSafe for Info
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,