pub struct DartOpaque { /* private fields */ }
Expand description
Arbitrary Dart object, whose type can be even non-encodable and non-transferable.
Implementations§
Source§impl DartOpaque
impl DartOpaque
Trait Implementations§
Source§impl Clone for DartOpaque
impl Clone for DartOpaque
Source§impl Debug for DartOpaque
impl Debug for DartOpaque
Source§impl From<DartOpaque> for DartAbi
impl From<DartOpaque> for DartAbi
Source§fn from(data: DartOpaque) -> Self
fn from(data: DartOpaque) -> Self
Converts to this type from the input type.
Source§impl IntoIntoDart<DartOpaque> for DartOpaque
impl IntoIntoDart<DartOpaque> for DartOpaque
fn into_into_dart(self) -> DartOpaque
Auto Trait Implementations§
impl Freeze for DartOpaque
impl RefUnwindSafe for DartOpaque
impl Send for DartOpaque
impl Sync for DartOpaque
impl Unpin for DartOpaque
impl UnwindSafe for DartOpaque
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoDart for Twhere
T: Into<DartCObject>,
impl<T> IntoDart for Twhere
T: Into<DartCObject>,
Source§fn into_dart(self) -> DartCObject
fn into_dart(self) -> DartCObject
Consumes
Self
and Performs the conversion.