pub struct SetValueRequest<'a, T>where
T: Serialize,{
pub label: &'static str,
pub request: &'static str,
pub domain: Option<&'a str>,
pub key: Option<&'a str>,
pub value: T,
}Fields§
§label: &'static str§request: &'static str§domain: Option<&'a str>§key: Option<&'a str>§value: TTrait Implementations§
Auto Trait Implementations§
impl<'a, T> Freeze for SetValueRequest<'a, T>where
T: Freeze,
impl<'a, T> RefUnwindSafe for SetValueRequest<'a, T>where
T: RefUnwindSafe,
impl<'a, T> Send for SetValueRequest<'a, T>where
T: Send,
impl<'a, T> Sync for SetValueRequest<'a, T>where
T: Sync,
impl<'a, T> Unpin for SetValueRequest<'a, T>where
T: Unpin,
impl<'a, T> UnsafeUnpin for SetValueRequest<'a, T>where
T: UnsafeUnpin,
impl<'a, T> UnwindSafe for SetValueRequest<'a, T>where
T: UnwindSafe,
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