pub struct Settings {
pub base_url: String,
pub sendbird_app_id: String,
pub sendbird_api_url: String,
pub sendbird_ws_url: String,
pub sendbird_sdk_version: String,
pub hinge_app_version: String,
pub hinge_build_number: String,
pub os_version: String,
}Fields§
§base_url: String§sendbird_app_id: String§sendbird_api_url: String§sendbird_ws_url: String§sendbird_sdk_version: String§hinge_app_version: String§hinge_build_number: String§os_version: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for Settings
impl RefUnwindSafe for Settings
impl Send for Settings
impl Sync for Settings
impl Unpin for Settings
impl UnsafeUnpin for Settings
impl UnwindSafe for Settings
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