pub struct RequestCancelInput {
pub target: Value,
pub reason: String,
pub by: String,
}Fields§
§target: Value§reason: String§by: StringTrait Implementations§
Source§impl Clone for RequestCancelInput
impl Clone for RequestCancelInput
Auto Trait Implementations§
impl Freeze for RequestCancelInput
impl RefUnwindSafe for RequestCancelInput
impl Send for RequestCancelInput
impl Sync for RequestCancelInput
impl Unpin for RequestCancelInput
impl UnsafeUnpin for RequestCancelInput
impl UnwindSafe for RequestCancelInput
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