pub struct SettingsBuilder {
http_client: HttpClientRef,
}
Expand description
Settings endpoint handler builder.
Fields§
§http_client: HttpClientRef
Implementations§
Source§impl SettingsBuilder
impl SettingsBuilder
pub fn get(&self) -> GetUserSettingsBuilder
pub fn post(&self) -> CreateOrUpdateUserSettingsBuilder
pub fn template(&self) -> SettingsTemplateBuilder
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SettingsBuilder
impl !RefUnwindSafe for SettingsBuilder
impl !Send for SettingsBuilder
impl !Sync for SettingsBuilder
impl Unpin for SettingsBuilder
impl !UnwindSafe for SettingsBuilder
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