pub struct RequestParameter {
pub name: String,
pub value: String,
}
Expand description
Parameter that can be added to a request.
Fields§
§name: String
§value: String
Trait Implementations§
Source§impl From<EnrollmentState> for RequestParameter
impl From<EnrollmentState> for RequestParameter
Source§fn from(value: EnrollmentState) -> Self
fn from(value: EnrollmentState) -> Self
Converts to this type from the input type.
Source§impl From<EnrollmentType> for RequestParameter
impl From<EnrollmentType> for RequestParameter
Source§fn from(value: EnrollmentType) -> Self
fn from(value: EnrollmentType) -> Self
Converts to this type from the input type.
Source§impl From<Include> for RequestParameter
impl From<Include> for RequestParameter
Source§impl From<SortOn> for RequestParameter
impl From<SortOn> for RequestParameter
Auto Trait Implementations§
impl Freeze for RequestParameter
impl RefUnwindSafe for RequestParameter
impl Send for RequestParameter
impl Sync for RequestParameter
impl Unpin for RequestParameter
impl UnwindSafe for RequestParameter
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