pub struct GetSpacesRequestBuilder<A, T, M> { /* private fields */ }Implementations§
Source§impl<A, T, M> GetSpacesRequestBuilder<A, T, M>
impl<A, T, M> GetSpacesRequestBuilder<A, T, M>
pub fn expansions( &mut self, expansions: impl IntoIterator<Item = SpaceExpansion>, ) -> &mut Self
pub fn space_fields( &mut self, fields: impl IntoIterator<Item = SpaceField>, ) -> &mut Self
pub fn topic_fields( &mut self, fields: impl IntoIterator<Item = TopicField>, ) -> &mut Self
pub fn user_fields( &mut self, fields: impl IntoIterator<Item = UserField>, ) -> &mut Self
pub async fn send(&self) -> ApiResult<A, T, M>
Trait Implementations§
Auto Trait Implementations§
impl<A, T, M> Freeze for GetSpacesRequestBuilder<A, T, M>
impl<A, T, M> !RefUnwindSafe for GetSpacesRequestBuilder<A, T, M>
impl<A, T, M> Send for GetSpacesRequestBuilder<A, T, M>
impl<A, T, M> Sync for GetSpacesRequestBuilder<A, T, M>
impl<A, T, M> Unpin for GetSpacesRequestBuilder<A, T, M>
impl<A, T, M> !UnwindSafe for GetSpacesRequestBuilder<A, T, M>
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