pub struct ReviewDismissalAllowance;Trait Implementations§
Source§impl HasField<actor> for ReviewDismissalAllowance
impl HasField<actor> for ReviewDismissalAllowance
Source§type Type = Option<ReviewDismissalAllowanceActor>
type Type = Option<ReviewDismissalAllowanceActor>
The schema marker type of this field.
Source§impl HasField<branchProtectionRule> for ReviewDismissalAllowance
impl HasField<branchProtectionRule> for ReviewDismissalAllowance
Source§type Type = Option<BranchProtectionRule>
type Type = Option<BranchProtectionRule>
The schema marker type of this field.
Source§impl HasField<id> for ReviewDismissalAllowance
impl HasField<id> for ReviewDismissalAllowance
Source§impl NamedType for ReviewDismissalAllowance
impl NamedType for ReviewDismissalAllowance
impl HasSubtype<ReviewDismissalAllowance> for Node
Auto Trait Implementations§
impl Freeze for ReviewDismissalAllowance
impl RefUnwindSafe for ReviewDismissalAllowance
impl Send for ReviewDismissalAllowance
impl Sync for ReviewDismissalAllowance
impl Unpin for ReviewDismissalAllowance
impl UnwindSafe for ReviewDismissalAllowance
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