pub struct LinkStyles {
pub val: Option<bool>,
}
Fields§
§val: Option<bool>
Trait Implementations§
Source§impl Clone for LinkStyles
impl Clone for LinkStyles
Source§fn clone(&self) -> LinkStyles
fn clone(&self) -> LinkStyles
Returns a copy of the value. Read more
1.0.0 · 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 LinkStyles
impl Debug for LinkStyles
Source§impl Default for LinkStyles
impl Default for LinkStyles
Source§fn default() -> LinkStyles
fn default() -> LinkStyles
Returns the “default value” for a type. Read more
Source§impl<'__input> XmlRead<'__input> for LinkStyles
impl<'__input> XmlRead<'__input> for LinkStyles
Auto Trait Implementations§
impl Freeze for LinkStyles
impl RefUnwindSafe for LinkStyles
impl Send for LinkStyles
impl Sync for LinkStyles
impl Unpin for LinkStyles
impl UnwindSafe for LinkStyles
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