Struct pyo3_macros_backend::attributes::CrateAttribute
source · [−]pub struct CrateAttribute(pub Path);
Expand description
For specifying the path to the pyo3 crate.
Tuple Fields
0: Path
Trait Implementations
sourceimpl Clone for CrateAttribute
impl Clone for CrateAttribute
sourcefn clone(&self) -> CrateAttribute
fn clone(&self) -> CrateAttribute
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for CrateAttribute
impl Debug for CrateAttribute
sourceimpl Parse for CrateAttribute
impl Parse for CrateAttribute
fn parse(input: ParseStream<'_>) -> Result<Self>
sourceimpl PartialEq<CrateAttribute> for CrateAttribute
impl PartialEq<CrateAttribute> for CrateAttribute
sourcefn eq(&self, other: &CrateAttribute) -> bool
fn eq(&self, other: &CrateAttribute) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &CrateAttribute) -> bool
fn ne(&self, other: &CrateAttribute) -> bool
This method tests for !=
.
impl StructuralPartialEq for CrateAttribute
Auto Trait Implementations
impl RefUnwindSafe for CrateAttribute
impl !Send for CrateAttribute
impl !Sync for CrateAttribute
impl Unpin for CrateAttribute
impl UnwindSafe for CrateAttribute
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more