Struct uniffi_macros::export::attributes::ExportedImplFnAttributes
source · pub(super) struct ExportedImplFnAttributes {
pub constructor: bool,
pub args: ExportedImplFnArgs,
}
Fields§
§constructor: bool
§args: ExportedImplFnArgs
Implementations§
Trait Implementations§
source§impl Default for ExportedImplFnAttributes
impl Default for ExportedImplFnAttributes
source§fn default() -> ExportedImplFnAttributes
fn default() -> ExportedImplFnAttributes
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for ExportedImplFnAttributes
impl !Send for ExportedImplFnAttributes
impl !Sync for ExportedImplFnAttributes
impl Unpin for ExportedImplFnAttributes
impl UnwindSafe for ExportedImplFnAttributes
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