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
Performs the conversion.
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more