pub struct Rust2DartSendError;
Expand description
Error when sending message from rust to dart
Trait Implementations§
Source§impl Clone for Rust2DartSendError
impl Clone for Rust2DartSendError
Source§fn clone(&self) -> Rust2DartSendError
fn clone(&self) -> Rust2DartSendError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Rust2DartSendError
impl Debug for Rust2DartSendError
Auto Trait Implementations§
impl Freeze for Rust2DartSendError
impl RefUnwindSafe for Rust2DartSendError
impl Send for Rust2DartSendError
impl Sync for Rust2DartSendError
impl Unpin for Rust2DartSendError
impl UnwindSafe for Rust2DartSendError
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