pub struct AllowWithModifiedHookSpecificOutput {
pub hook_event_name: String,
pub permission_decision: String,
pub updated_input: UpdatedInput,
}Expand description
Hook-specific output for allow-with-modification responses.
Fields§
§hook_event_name: String§permission_decision: String§updated_input: UpdatedInputTrait Implementations§
Source§impl Clone for AllowWithModifiedHookSpecificOutput
impl Clone for AllowWithModifiedHookSpecificOutput
Source§fn clone(&self) -> AllowWithModifiedHookSpecificOutput
fn clone(&self) -> AllowWithModifiedHookSpecificOutput
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 AllowWithModifiedHookSpecificOutput
impl RefUnwindSafe for AllowWithModifiedHookSpecificOutput
impl Send for AllowWithModifiedHookSpecificOutput
impl Sync for AllowWithModifiedHookSpecificOutput
impl Unpin for AllowWithModifiedHookSpecificOutput
impl UnsafeUnpin for AllowWithModifiedHookSpecificOutput
impl UnwindSafe for AllowWithModifiedHookSpecificOutput
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