Struct uniffi_macros::enum_::EnumAttr
source · pub struct EnumAttr {
pub non_exhaustive: Option<non_exhaustive>,
}
Fields§
§non_exhaustive: Option<non_exhaustive>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for EnumAttr
impl !Send for EnumAttr
impl !Sync for EnumAttr
impl Unpin for EnumAttr
impl UnwindSafe for EnumAttr
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