Struct python_ast::tree::name::Name
source · pub struct Name {
pub id: String,
}
Fields§
§id: String
Trait Implementations§
source§impl<'source> FromPyObject<'source> for Name
impl<'source> FromPyObject<'source> for Name
source§impl PartialEq for Name
impl PartialEq for Name
impl StructuralPartialEq for Name
Auto Trait Implementations§
impl RefUnwindSafe for Name
impl Send for Name
impl Sync for Name
impl Unpin for Name
impl UnwindSafe for Name
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