pub struct MwsSource;Implementations§
Source§impl MwsSource
impl MwsSource
pub const IOS: &'static str = "ios"
pub const ANDROID: &'static str = "android"
pub const WINDOWS: &'static str = "windows"
pub const MAC: &'static str = "macos"
pub const LINUX: &'static str = "linux"
pub const WEB: &'static str = "web"
pub const PWA: &'static str = "pwa"
pub const MESSAGING: &'static str = "messaging"
pub fn is_desktop(source: &str) -> bool
Auto Trait Implementations§
impl Freeze for MwsSource
impl RefUnwindSafe for MwsSource
impl Send for MwsSource
impl Sync for MwsSource
impl Unpin for MwsSource
impl UnsafeUnpin for MwsSource
impl UnwindSafe for MwsSource
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