pub struct MatchedWindow { /* private fields */ }Expand description
A matched window.
Implementations§
Trait Implementations§
Source§impl Clone for MatchedWindow
impl Clone for MatchedWindow
Source§fn clone(&self) -> MatchedWindow
fn clone(&self) -> MatchedWindow
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 MatchedWindow
impl Debug for MatchedWindow
Source§impl Deref for MatchedWindow
impl Deref for MatchedWindow
Source§impl<'de> Deserialize<'de> for MatchedWindow
impl<'de> Deserialize<'de> for MatchedWindow
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
Source§impl Hash for MatchedWindow
impl Hash for MatchedWindow
Source§impl PartialEq for MatchedWindow
impl PartialEq for MatchedWindow
Source§impl Serialize for MatchedWindow
impl Serialize for MatchedWindow
impl Copy for MatchedWindow
impl Eq for MatchedWindow
impl StructuralPartialEq for MatchedWindow
Auto Trait Implementations§
impl Freeze for MatchedWindow
impl RefUnwindSafe for MatchedWindow
impl Send for MatchedWindow
impl Sync for MatchedWindow
impl Unpin for MatchedWindow
impl UnwindSafe for MatchedWindow
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