pub enum WindowsOverride {
ClientId(ClientId),
WorkspaceID(WorkspaceId),
}Variants§
ClientId(ClientId)
WorkspaceID(WorkspaceId)
Trait Implementations§
Source§impl Debug for WindowsOverride
impl Debug for WindowsOverride
Source§impl<'de> Deserialize<'de> for WindowsOverride
impl<'de> Deserialize<'de> for WindowsOverride
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 PartialEq for WindowsOverride
impl PartialEq for WindowsOverride
Source§fn eq(&self, other: &WindowsOverride) -> bool
fn eq(&self, other: &WindowsOverride) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for WindowsOverride
impl Serialize for WindowsOverride
impl Eq for WindowsOverride
impl StructuralPartialEq for WindowsOverride
Auto Trait Implementations§
impl Freeze for WindowsOverride
impl RefUnwindSafe for WindowsOverride
impl Send for WindowsOverride
impl Sync for WindowsOverride
impl Unpin for WindowsOverride
impl UnsafeUnpin for WindowsOverride
impl UnwindSafe for WindowsOverride
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