pub struct StderrObject(/* private fields */);Implementations§
Trait Implementations§
Source§impl Debug for StderrObject
impl Debug for StderrObject
Source§impl UserObject for StderrObject
impl UserObject for StderrObject
fn typ(&self) -> &'static str
fn get(&self, key: &str) -> Option<Value>
fn call_mut( &mut self, key: &str, args: Vec<Value>, ) -> Result<Value, Box<dyn Error>>
fn set(&mut self, key: &str, value: Value) -> Result<(), UserObjectError>
fn call(&self, key: &str, args: Vec<Value>) -> Result<Value, Box<dyn Error>>
Auto Trait Implementations§
impl Freeze for StderrObject
impl RefUnwindSafe for StderrObject
impl Send for StderrObject
impl Sync for StderrObject
impl Unpin for StderrObject
impl UnwindSafe for StderrObject
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