pub struct SettingsReceiver {
pub content_provider_enabled: Option<bool>,
}Expand description
Settings for SMS message reception.
Fields§
§content_provider_enabled: Option<bool>Trait Implementations§
Source§impl Clone for SettingsReceiver
impl Clone for SettingsReceiver
Source§fn clone(&self) -> SettingsReceiver
fn clone(&self) -> SettingsReceiver
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SettingsReceiver
impl Debug for SettingsReceiver
Source§impl<'de> Deserialize<'de> for SettingsReceiver
impl<'de> Deserialize<'de> for SettingsReceiver
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SettingsReceiver
impl RefUnwindSafe for SettingsReceiver
impl Send for SettingsReceiver
impl Sync for SettingsReceiver
impl Unpin for SettingsReceiver
impl UnsafeUnpin for SettingsReceiver
impl UnwindSafe for SettingsReceiver
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