pub struct ListCustomFields {}
Expand description
The endpoint for all custom fields
Implementations§
Source§impl ListCustomFields
impl ListCustomFields
Sourcepub fn builder() -> ListCustomFieldsBuilder
pub fn builder() -> ListCustomFieldsBuilder
Create a builder for the endpoint.
Trait Implementations§
Source§impl Clone for ListCustomFields
impl Clone for ListCustomFields
Source§fn clone(&self) -> ListCustomFields
fn clone(&self) -> ListCustomFields
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ListCustomFields
impl Debug for ListCustomFields
Source§impl Endpoint for ListCustomFields
impl Endpoint for ListCustomFields
Source§fn parameters(&self) -> QueryParams<'_>
fn parameters(&self) -> QueryParams<'_>
Query parameters for the endpoint.
impl ReturnsJsonResponse for ListCustomFields
Auto Trait Implementations§
impl Freeze for ListCustomFields
impl RefUnwindSafe for ListCustomFields
impl Send for ListCustomFields
impl Sync for ListCustomFields
impl Unpin for ListCustomFields
impl UnwindSafe for ListCustomFields
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