pub struct DidParam<'a> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<'a> From<&(&'a str, &'a str)> for DidParam<'a>
impl<'a> From<&(&'a str, &'a str)> for DidParam<'a>
Source§fn from(param: &ParamTuple<'a>) -> Self
fn from(param: &ParamTuple<'a>) -> Self
Converts to this type from the input type.
Source§impl<'a> From<&(&'a str, Option<&'a str>)> for DidParam<'a>
impl<'a> From<&(&'a str, Option<&'a str>)> for DidParam<'a>
Source§fn from(param: &ParamOptionTuple<'a>) -> Self
fn from(param: &ParamOptionTuple<'a>) -> Self
Converts to this type from the input type.
Source§impl<'a> From<(&'a str, &'a str)> for DidParam<'a>
impl<'a> From<(&'a str, &'a str)> for DidParam<'a>
Source§fn from(param: ParamTuple<'a>) -> Self
fn from(param: ParamTuple<'a>) -> Self
Converts to this type from the input type.
Source§impl<'a> From<(&'a str, Option<&'a str>)> for DidParam<'a>
impl<'a> From<(&'a str, Option<&'a str>)> for DidParam<'a>
Source§fn from(param: ParamOptionTuple<'a>) -> Self
fn from(param: ParamOptionTuple<'a>) -> Self
Converts to this type from the input type.
impl<'a> StructuralPartialEq for DidParam<'a>
Auto Trait Implementations§
impl<'a> Freeze for DidParam<'a>
impl<'a> RefUnwindSafe for DidParam<'a>
impl<'a> Send for DidParam<'a>
impl<'a> Sync for DidParam<'a>
impl<'a> Unpin for DidParam<'a>
impl<'a> UnwindSafe for DidParam<'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