pub struct ApparentMember {
pub name: &'static str,
pub kind: ApparentMemberKind,
}Fields§
§name: &'static str§kind: ApparentMemberKindAuto Trait Implementations§
impl Freeze for ApparentMember
impl RefUnwindSafe for ApparentMember
impl Send for ApparentMember
impl Sync for ApparentMember
impl Unpin for ApparentMember
impl UnsafeUnpin for ApparentMember
impl UnwindSafe for ApparentMember
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