Struct uniffi_macros::export::attributes::DefaultPair
source · pub struct DefaultPair {
pub name: Ident,
pub eq_token: Eq,
pub value: DefaultValue,
}
Fields§
§name: Ident
§eq_token: Eq
§value: DefaultValue
Trait Implementations§
source§impl Parse for DefaultPair
impl Parse for DefaultPair
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl RefUnwindSafe for DefaultPair
impl !Send for DefaultPair
impl !Sync for DefaultPair
impl Unpin for DefaultPair
impl UnwindSafe for DefaultPair
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