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