Struct cairo::StreamWithError
source · pub struct StreamWithError {
pub stream: Box<dyn Any>,
pub error: Error,
}
Fields§
§stream: Box<dyn Any>
§error: Error
Trait Implementations§
source§impl Debug for StreamWithError
impl Debug for StreamWithError
source§impl Display for StreamWithError
impl Display for StreamWithError
source§impl From<StreamWithError> for Error
impl From<StreamWithError> for Error
source§fn from(e: StreamWithError) -> Self
fn from(e: StreamWithError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for StreamWithError
impl !Send for StreamWithError
impl !Sync for StreamWithError
impl Unpin for StreamWithError
impl !UnwindSafe for StreamWithError
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