pub struct ProvidedArgument;
Expand description
Marker to ensure that a required request argument has been provided.
Auto Trait Implementations§
impl Freeze for ProvidedArgument
impl RefUnwindSafe for ProvidedArgument
impl Send for ProvidedArgument
impl Sync for ProvidedArgument
impl Unpin for ProvidedArgument
impl UnwindSafe for ProvidedArgument
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