pub struct MetaNameValue {
pub name: Path,
pub eq: Eq,
pub value: Lit,
}Expand description
A meta name-value pair.
Fields§
§name: Path§eq: Eq§value: LitTrait Implementations§
Source§impl Clone for MetaNameValue
impl Clone for MetaNameValue
Source§fn clone(&self) -> MetaNameValue
fn clone(&self) -> MetaNameValue
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !Send for MetaNameValue
impl !Sync for MetaNameValue
impl Freeze for MetaNameValue
impl RefUnwindSafe for MetaNameValue
impl Unpin for MetaNameValue
impl UnsafeUnpin for MetaNameValue
impl UnwindSafe for MetaNameValue
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