pub struct GetOrgBuilder { /* private fields */ }
Implementations§
Source§impl GetOrgBuilder
impl GetOrgBuilder
pub fn new(name: impl ToString) -> Self
Sourcepub async fn send(&self, client: &Client) -> Result<Organization>
pub async fn send(&self, client: &Client) -> Result<Organization>
Send the request to get an Organization.
Auto Trait Implementations§
impl Freeze for GetOrgBuilder
impl RefUnwindSafe for GetOrgBuilder
impl Send for GetOrgBuilder
impl Sync for GetOrgBuilder
impl Unpin for GetOrgBuilder
impl UnwindSafe for GetOrgBuilder
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