#[non_exhaustive]pub struct ChangeSetHookTargetDetails { /* private fields */ }Expand description
Specifies target details for an activated hook.
Implementations
sourceimpl ChangeSetHookTargetDetails
impl ChangeSetHookTargetDetails
sourcepub fn target_type(&self) -> Option<&HookTargetType>
pub fn target_type(&self) -> Option<&HookTargetType>
The name of the type.
sourcepub fn resource_target_details(
&self
) -> Option<&ChangeSetHookResourceTargetDetails>
pub fn resource_target_details(
&self
) -> Option<&ChangeSetHookResourceTargetDetails>
Required if TargetType is RESOURCE.
sourceimpl ChangeSetHookTargetDetails
impl ChangeSetHookTargetDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ChangeSetHookTargetDetails.
Trait Implementations
sourceimpl Clone for ChangeSetHookTargetDetails
impl Clone for ChangeSetHookTargetDetails
sourcefn clone(&self) -> ChangeSetHookTargetDetails
fn clone(&self) -> ChangeSetHookTargetDetails
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ChangeSetHookTargetDetails
impl Debug for ChangeSetHookTargetDetails
sourceimpl PartialEq<ChangeSetHookTargetDetails> for ChangeSetHookTargetDetails
impl PartialEq<ChangeSetHookTargetDetails> for ChangeSetHookTargetDetails
sourcefn eq(&self, other: &ChangeSetHookTargetDetails) -> bool
fn eq(&self, other: &ChangeSetHookTargetDetails) -> bool
impl StructuralPartialEq for ChangeSetHookTargetDetails
Auto Trait Implementations
impl RefUnwindSafe for ChangeSetHookTargetDetails
impl Send for ChangeSetHookTargetDetails
impl Sync for ChangeSetHookTargetDetails
impl Unpin for ChangeSetHookTargetDetails
impl UnwindSafe for ChangeSetHookTargetDetails
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more