pub struct DelegateApplyResult {
pub kind: DelegateResultKind,
}Expand description
Result of a delegate command operation.
Fields§
§kind: DelegateResultKindAuto Trait Implementations§
impl Freeze for DelegateApplyResult
impl RefUnwindSafe for DelegateApplyResult
impl Send for DelegateApplyResult
impl Sync for DelegateApplyResult
impl Unpin for DelegateApplyResult
impl UnsafeUnpin for DelegateApplyResult
impl UnwindSafe for DelegateApplyResult
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