pub struct IconOptions {
pub name: String,
pub disable: Option<Vec<String>>,
pub suppress_notification: bool,
}Fields§
§name: String§disable: Option<Vec<String>>§suppress_notification: boolTrait Implementations§
Source§impl Clone for IconOptions
impl Clone for IconOptions
Source§fn clone(&self) -> IconOptions
fn clone(&self) -> IconOptions
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 IconOptions
impl Debug for IconOptions
Source§impl<'de> Deserialize<'de> for IconOptions
impl<'de> Deserialize<'de> for IconOptions
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 IconOptions
impl RefUnwindSafe for IconOptions
impl Send for IconOptions
impl Sync for IconOptions
impl Unpin for IconOptions
impl UnsafeUnpin for IconOptions
impl UnwindSafe for IconOptions
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