pub struct SetShowDebugBordersParams {
pub show: bool,
}Expand description
Requests that backend shows debug borders on layers
Fields§
§show: boolTrue for showing debug borders
Trait Implementations§
Source§impl Clone for SetShowDebugBordersParams
impl Clone for SetShowDebugBordersParams
Source§fn clone(&self) -> SetShowDebugBordersParams
fn clone(&self) -> SetShowDebugBordersParams
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 SetShowDebugBordersParams
impl Debug for SetShowDebugBordersParams
Source§impl Default for SetShowDebugBordersParams
impl Default for SetShowDebugBordersParams
Source§fn default() -> SetShowDebugBordersParams
fn default() -> SetShowDebugBordersParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetShowDebugBordersParams
impl<'de> Deserialize<'de> for SetShowDebugBordersParams
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
Auto Trait Implementations§
impl Freeze for SetShowDebugBordersParams
impl RefUnwindSafe for SetShowDebugBordersParams
impl Send for SetShowDebugBordersParams
impl Sync for SetShowDebugBordersParams
impl Unpin for SetShowDebugBordersParams
impl UnsafeUnpin for SetShowDebugBordersParams
impl UnwindSafe for SetShowDebugBordersParams
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