pub struct SetOrganizationInputBuilder { /* private fields */ }Expand description
Builder for SetOrganizationInput.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SetOrganizationInputBuilder
impl RefUnwindSafe for SetOrganizationInputBuilder
impl Send for SetOrganizationInputBuilder
impl Sync for SetOrganizationInputBuilder
impl Unpin for SetOrganizationInputBuilder
impl UnwindSafe for SetOrganizationInputBuilder
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