pub enum OrganizationAdminInvocationError {
Domain(CreateOrganizationError),
Runtime(RuntimeFailure),
}Variants§
Domain(CreateOrganizationError)
Runtime(RuntimeFailure)
Trait Implementations§
Source§impl Clone for OrganizationAdminInvocationError
impl Clone for OrganizationAdminInvocationError
Source§fn clone(&self) -> OrganizationAdminInvocationError
fn clone(&self) -> OrganizationAdminInvocationError
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 moreimpl StructuralPartialEq for OrganizationAdminInvocationError
Auto Trait Implementations§
impl Freeze for OrganizationAdminInvocationError
impl RefUnwindSafe for OrganizationAdminInvocationError
impl Send for OrganizationAdminInvocationError
impl Sync for OrganizationAdminInvocationError
impl Unpin for OrganizationAdminInvocationError
impl UnsafeUnpin for OrganizationAdminInvocationError
impl UnwindSafe for OrganizationAdminInvocationError
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