pub enum AuthorizationPolicyAppendOutcome {
Appended {
version: AuthorizationPolicyVersion,
},
Conflict {
expected: AuthorizationPolicyVersion,
actual: AuthorizationPolicyVersion,
},
}Variants§
Trait Implementations§
impl Copy for AuthorizationPolicyAppendOutcome
impl Eq for AuthorizationPolicyAppendOutcome
impl StructuralPartialEq for AuthorizationPolicyAppendOutcome
Auto Trait Implementations§
impl Freeze for AuthorizationPolicyAppendOutcome
impl RefUnwindSafe for AuthorizationPolicyAppendOutcome
impl Send for AuthorizationPolicyAppendOutcome
impl Sync for AuthorizationPolicyAppendOutcome
impl Unpin for AuthorizationPolicyAppendOutcome
impl UnsafeUnpin for AuthorizationPolicyAppendOutcome
impl UnwindSafe for AuthorizationPolicyAppendOutcome
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