pub struct Parameter<'a> {
pub key: ParseString<'a>,
pub val: Option<ParseString<'a>>,
}
Expand description
Zero-copy version of crate::properties::Parameter
Fields§
§key: ParseString<'a>
§val: Option<ParseString<'a>>
Implementations§
Trait Implementations§
source§impl<'a> PartialEq for Parameter<'a>
impl<'a> PartialEq for Parameter<'a>
impl<'a> Eq for Parameter<'a>
impl<'a> StructuralPartialEq for Parameter<'a>
Auto Trait Implementations§
impl<'a> Freeze for Parameter<'a>
impl<'a> RefUnwindSafe for Parameter<'a>
impl<'a> Send for Parameter<'a>
impl<'a> Sync for Parameter<'a>
impl<'a> Unpin for Parameter<'a>
impl<'a> UnwindSafe for Parameter<'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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)