pub struct Refused {
pub argument: Option<usize>,
pub missing: Missing,
}Expand description
Which of a call’s values could not be passed, and why.
Fields§
§argument: Option<usize>Its position among the arguments, or None for the value that comes back.
missing: MissingWhat is wrong with where it travels.
Trait Implementations§
impl Copy for Refused
impl Eq for Refused
impl StructuralPartialEq for Refused
Auto Trait Implementations§
impl Freeze for Refused
impl RefUnwindSafe for Refused
impl Send for Refused
impl Sync for Refused
impl Unpin for Refused
impl UnsafeUnpin for Refused
impl UnwindSafe for Refused
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