pub struct ListWindowsResult {
pub windows: Vec<WindowRow>,
}Fields§
§windows: Vec<WindowRow>Trait Implementations§
Source§impl Clone for ListWindowsResult
impl Clone for ListWindowsResult
Source§fn clone(&self) -> ListWindowsResult
fn clone(&self) -> ListWindowsResult
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 ListWindowsResult
impl Debug for ListWindowsResult
Auto Trait Implementations§
impl Freeze for ListWindowsResult
impl RefUnwindSafe for ListWindowsResult
impl Send for ListWindowsResult
impl Sync for ListWindowsResult
impl Unpin for ListWindowsResult
impl UnsafeUnpin for ListWindowsResult
impl UnwindSafe for ListWindowsResult
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