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