pub struct OrgNamespacesBuilder { /* private fields */ }Expand description
/api/orgs/namespaces
Trait Implementations§
Source§impl Executor for OrgNamespacesBuilder
impl Executor for OrgNamespacesBuilder
Source§impl From<OrgsBuilder> for OrgNamespacesBuilder
impl From<OrgsBuilder> for OrgNamespacesBuilder
Source§fn from(f: OrgsBuilder) -> Self
fn from(f: OrgsBuilder) -> Self
Converts to this type from the input type.
impl Send for OrgNamespacesBuilder
Auto Trait Implementations§
impl !Freeze for OrgNamespacesBuilder
impl !RefUnwindSafe for OrgNamespacesBuilder
impl !Sync for OrgNamespacesBuilder
impl Unpin for OrgNamespacesBuilder
impl !UnwindSafe for OrgNamespacesBuilder
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