pub struct GetFeatures<'a> { /* private fields */ }Expand description
Builder for Client::get_features
Implementations§
Source§impl<'a> GetFeatures<'a>
impl<'a> GetFeatures<'a>
pub fn new(client: &'a Client) -> Self
Sourcepub async fn send(self) -> Result<ResponseValue<GetFeaturesResponse>, Error<()>>
pub async fn send(self) -> Result<ResponseValue<GetFeaturesResponse>, Error<()>>
Sends a GET request to /api/features/
Trait Implementations§
Source§impl<'a> Clone for GetFeatures<'a>
impl<'a> Clone for GetFeatures<'a>
Source§fn clone(&self) -> GetFeatures<'a>
fn clone(&self) -> GetFeatures<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<'a> Freeze for GetFeatures<'a>
impl<'a> !RefUnwindSafe for GetFeatures<'a>
impl<'a> Send for GetFeatures<'a>
impl<'a> Sync for GetFeatures<'a>
impl<'a> Unpin for GetFeatures<'a>
impl<'a> UnsafeUnpin for GetFeatures<'a>
impl<'a> !UnwindSafe for GetFeatures<'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