pub struct AutoTypeAssociation {
pub window: Option<String>,
pub sequence: Option<String>,
}Expand description
A window association associated with an AutoType setting
Fields§
§window: Option<String>§sequence: Option<String>Trait Implementations§
Source§impl Clone for AutoTypeAssociation
impl Clone for AutoTypeAssociation
Source§fn clone(&self) -> AutoTypeAssociation
fn clone(&self) -> AutoTypeAssociation
Returns a duplicate 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 AutoTypeAssociation
impl Debug for AutoTypeAssociation
Source§impl Default for AutoTypeAssociation
impl Default for AutoTypeAssociation
Source§fn default() -> AutoTypeAssociation
fn default() -> AutoTypeAssociation
Returns the “default value” for a type. Read more
Source§impl PartialEq for AutoTypeAssociation
impl PartialEq for AutoTypeAssociation
impl Eq for AutoTypeAssociation
impl StructuralPartialEq for AutoTypeAssociation
Auto Trait Implementations§
impl Freeze for AutoTypeAssociation
impl RefUnwindSafe for AutoTypeAssociation
impl Send for AutoTypeAssociation
impl Sync for AutoTypeAssociation
impl Unpin for AutoTypeAssociation
impl UnwindSafe for AutoTypeAssociation
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