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
Source§fn clone(&self) -> RequestCancelInput
fn clone(&self) -> RequestCancelInput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto 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