pub struct Cerr;
Trait Implementations§
Source§impl IntoOStream for &mut Cerr
impl IntoOStream for &mut Cerr
type Writer = StderrLock<'static>
fn into_ostream(self) -> OStream<StderrLock<'static>>
Source§impl IntoOStream for Cerr
impl IntoOStream for Cerr
type Writer = StderrLock<'static>
fn into_ostream(self) -> OStream<StderrLock<'static>>
Source§impl<'a> Shr<&'a mut Cerr> for &mut StringStream
impl<'a> Shr<&'a mut Cerr> for &mut StringStream
Source§impl<'a> Shr<&'a mut Cerr> for StringStream
impl<'a> Shr<&'a mut Cerr> for StringStream
Source§impl Shr<Cerr> for &mut StringStream
impl Shr<Cerr> for &mut StringStream
Auto Trait Implementations§
impl Freeze for Cerr
impl RefUnwindSafe for Cerr
impl Send for Cerr
impl Sync for Cerr
impl Unpin for Cerr
impl UnwindSafe for Cerr
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