pub struct GetSettingsBuilder;
Implementations§
Trait Implementations§
Source§impl Debug for GetSettingsBuilder
impl Debug for GetSettingsBuilder
Source§impl Default for GetSettingsBuilder
impl Default for GetSettingsBuilder
Source§fn default() -> GetSettingsBuilder
fn default() -> GetSettingsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetSettingsBuilder
impl RefUnwindSafe for GetSettingsBuilder
impl Send for GetSettingsBuilder
impl Sync for GetSettingsBuilder
impl Unpin for GetSettingsBuilder
impl UnwindSafe for GetSettingsBuilder
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