pub struct GetDesignRequest<'a> {
pub id: String,
/* private fields */
}
Expand description
Create this with the associated client method.
That method takes required values as arguments. Set optional values using builder methods on this struct.
Fields§
§id: String
Implementations§
Source§impl<'a> GetDesignRequest<'a>
impl<'a> GetDesignRequest<'a>
pub async fn send(self) -> Result<DesignOutput>
Auto Trait Implementations§
impl<'a> Freeze for GetDesignRequest<'a>
impl<'a> !RefUnwindSafe for GetDesignRequest<'a>
impl<'a> Send for GetDesignRequest<'a>
impl<'a> Sync for GetDesignRequest<'a>
impl<'a> Unpin for GetDesignRequest<'a>
impl<'a> !UnwindSafe for GetDesignRequest<'a>
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