pub struct PropertiesAttrs {
wrapper_ty: Path,
ext_trait: Option<Option<Ident>>,
}
Fields§
§wrapper_ty: Path
§ext_trait: Option<Option<Ident>>
Trait Implementations§
source§impl Parse for PropertiesAttrs
impl Parse for PropertiesAttrs
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl Freeze for PropertiesAttrs
impl RefUnwindSafe for PropertiesAttrs
impl !Send for PropertiesAttrs
impl !Sync for PropertiesAttrs
impl Unpin for PropertiesAttrs
impl UnwindSafe for PropertiesAttrs
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