pub struct ConsoleMessageBuilder { /* private fields */ }
๐Deprecated
Available on crate features
Console
and Runtime
only.Implementationsยง
Sourceยงimpl ConsoleMessageBuilder
impl ConsoleMessageBuilder
Sourcepub fn source(&mut self, v: ConsoleMessageSource) -> &mut Self
๐Deprecated
pub fn source(&mut self, v: ConsoleMessageSource) -> &mut Self
Message source.
Sourcepub fn level(&mut self, v: ConsoleMessageLevel) -> &mut Self
๐Deprecated
pub fn level(&mut self, v: ConsoleMessageLevel) -> &mut Self
Message severity.
Sourcepub fn line(&mut self, v: u32) -> &mut Self
๐Deprecated
pub fn line(&mut self, v: u32) -> &mut Self
Line number in the resource that generated this message (1-based).
Sourcepub fn column(&mut self, v: u32) -> &mut Self
๐Deprecated
pub fn column(&mut self, v: u32) -> &mut Self
Column number in the resource that generated this message (1-based).
pub fn build(&mut self) -> Result<ConsoleMessage, &'static str>
๐Deprecated
Trait Implementationsยง
Sourceยงimpl Clone for ConsoleMessageBuilder
impl Clone for ConsoleMessageBuilder
Sourceยงfn clone(&self) -> ConsoleMessageBuilder
fn clone(&self) -> ConsoleMessageBuilder
Returns a duplicate of the value. Read more
1.0.0 ยท Sourceยงfn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSourceยงimpl Debug for ConsoleMessageBuilder
impl Debug for ConsoleMessageBuilder
Auto Trait Implementationsยง
impl Freeze for ConsoleMessageBuilder
impl RefUnwindSafe for ConsoleMessageBuilder
impl Send for ConsoleMessageBuilder
impl Sync for ConsoleMessageBuilder
impl Unpin for ConsoleMessageBuilder
impl UnwindSafe for ConsoleMessageBuilder
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