Struct ray_rust::Ray

source ·
pub struct Ray { /* private fields */ }

Implementations§

source§

impl Ray

source

pub fn new() -> Self

source

pub fn send(&mut self)

source

pub fn die(&mut self, status: i32)

source

pub fn clear_all(&mut self) -> &mut Self

source

pub fn new_screen(&mut self, name: Option<&str>) -> &mut Self

source

pub fn clear_screen(&mut self) -> &mut Self

source

pub fn log(&mut self, values: Vec<String>) -> &mut Self

source

pub fn text(&mut self, value: &str) -> &mut Self

source

pub fn color(&mut self, value: &str) -> &mut Self

source

pub fn html(&mut self, value: &str) -> &mut Self

source

pub fn confetti(&mut self) -> &mut Self

source

pub fn charles(&mut self) -> &mut Self

source

pub fn count(&mut self, _name: &str) -> &mut Self

source

pub fn counter_value(&mut self) -> &mut Self

source

pub fn clear_counters(&mut self) -> &mut Self

source

pub fn disable(&mut self) -> &mut Self

source

pub fn disabled(&mut self) -> bool

source

pub fn enable(&mut self) -> &mut Self

source

pub fn enabled(&mut self) -> bool

source

pub fn file(&mut self) -> &mut Self

source

pub fn gray(&mut self) -> &mut Self

source

pub fn green(&mut self) -> &mut Self

source

pub fn hide(&mut self) -> &mut Self

source

pub fn hide_app(&mut self) -> &mut Self

source

pub fn image(&mut self) -> &mut Self

source

pub fn if(&mut self) -> &mut Self

source

pub fn json(&mut self) -> &mut Self

source

pub fn label(&mut self) -> &mut Self

source

pub fn large(&mut self) -> &mut Self

source

pub fn limit(&mut self) -> &mut Self

source

pub fn measure(&mut self) -> &mut Self

source

pub fn notify(&mut self) -> &mut Self

source

pub fn orange(&mut self) -> &mut Self

source

pub fn pass(&mut self) -> &mut Self

source

pub fn pause(&mut self) -> &mut Self

source

pub fn info(&mut self) -> &mut Self

source

pub fn purple(&mut self) -> &mut Self

source

pub fn rate_limiter(&mut self) -> &mut Self

source

pub fn red(&mut self) -> &mut Self

source

pub fn separator(&mut self) -> &mut Self

source

pub fn show_app(&mut self) -> &mut Self

source

pub fn small(&mut self) -> &mut Self

source

pub fn table(&mut self) -> &mut Self

source

pub fn to_json(&mut self) -> &mut Self

source

pub fn trace(&mut self) -> &mut Self

source

pub fn url(&mut self) -> &mut Self

source

pub fn xml(&mut self) -> &mut Self

Auto Trait Implementations§

§

impl RefUnwindSafe for Ray

§

impl Send for Ray

§

impl Sync for Ray

§

impl Unpin for Ray

§

impl UnwindSafe for Ray

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

source§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more