pub struct Constraints { /* private fields */ }Expand description
Reads and full-replaces org constraints.
Implementations§
Source§impl Constraints
impl Constraints
Sourcepub async fn get(
&self,
req: impl Into<Option<RequestOptions>>,
) -> Result<OrgConstraints>
pub async fn get( &self, req: impl Into<Option<RequestOptions>>, ) -> Result<OrgConstraints>
Sourcepub async fn put(
&self,
constraints: &OrgConstraints,
req: impl Into<Option<RequestOptions>>,
) -> Result<OrgConstraints>
pub async fn put( &self, constraints: &OrgConstraints, req: impl Into<Option<RequestOptions>>, ) -> Result<OrgConstraints>
Auto Trait Implementations§
impl Freeze for Constraints
impl !RefUnwindSafe for Constraints
impl Send for Constraints
impl Sync for Constraints
impl Unpin for Constraints
impl UnsafeUnpin for Constraints
impl !UnwindSafe for Constraints
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