Struct uniffi_macros::CustomTypeInfo
source · pub(crate) struct CustomTypeInfo {
pub(crate) ident: Ident,
pub(crate) builtin: Path,
}
Fields§
§ident: Ident
§builtin: Path
Trait Implementations§
source§impl Parse for CustomTypeInfo
impl Parse for CustomTypeInfo
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl RefUnwindSafe for CustomTypeInfo
impl !Send for CustomTypeInfo
impl !Sync for CustomTypeInfo
impl Unpin for CustomTypeInfo
impl UnwindSafe for CustomTypeInfo
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