struct FieldWithAliases<'a> {
ident: Ident,
aliases: &'a BTreeSet<Name>,
}
Fields§
§ident: Ident
§aliases: &'a BTreeSet<Name>
Auto Trait Implementations§
impl<'a> Freeze for FieldWithAliases<'a>
impl<'a> RefUnwindSafe for FieldWithAliases<'a>
impl<'a> !Send for FieldWithAliases<'a>
impl<'a> !Sync for FieldWithAliases<'a>
impl<'a> Unpin for FieldWithAliases<'a>
impl<'a> UnwindSafe for FieldWithAliases<'a>
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