pub struct OrganizationAdmin;Trait Implementations§
Source§impl Debug for OrganizationAdmin
impl Debug for OrganizationAdmin
Source§impl RequestCapability for OrganizationAdmin
impl RequestCapability for OrganizationAdmin
Source§const DESCRIPTOR_VERSION: &'static str = DESCRIPTOR_VERSION
const DESCRIPTOR_VERSION: &'static str = DESCRIPTOR_VERSION
Exact generated Descriptor version.
Source§type Request = CreateOrganizationRequest
type Request = CreateOrganizationRequest
Typed request value.
Source§type Response = CreateOrganizationResponse
type Response = CreateOrganizationResponse
Typed success value.
Source§type DomainError = CreateOrganizationError
type DomainError = CreateOrganizationError
Typed Capability-defined error value.
Auto Trait Implementations§
impl Freeze for OrganizationAdmin
impl RefUnwindSafe for OrganizationAdmin
impl Send for OrganizationAdmin
impl Sync for OrganizationAdmin
impl Unpin for OrganizationAdmin
impl UnsafeUnpin for OrganizationAdmin
impl UnwindSafe for OrganizationAdmin
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