pub struct RequestDetails3 {
pub tp: String,
pub key: Option<String>,
}Fields§
§tp: String§key: Option<String>Implementations§
Source§impl RequestDetails3
impl RequestDetails3
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for RequestDetails3
impl RefUnwindSafe for RequestDetails3
impl Send for RequestDetails3
impl Sync for RequestDetails3
impl Unpin for RequestDetails3
impl UnwindSafe for RequestDetails3
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