Struct cairo::StreamWithError
source · [−]Fields
stream: Box<dyn Any>
error: Error
Trait Implementations
sourceimpl Debug for StreamWithError
impl Debug for StreamWithError
sourceimpl Display for StreamWithError
impl Display for StreamWithError
sourceimpl From<StreamWithError> for Error
impl From<StreamWithError> for Error
sourcefn 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more