pub struct EditProjection {
pub visible: bool,
pub hint: ProjectionHint,
}Fields§
§visible: bool§hint: ProjectionHintTrait Implementations§
Source§impl Clone for EditProjection
impl Clone for EditProjection
Source§fn clone(&self) -> EditProjection
fn clone(&self) -> EditProjection
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 EditProjection
impl Debug for EditProjection
Source§impl Default for EditProjection
impl Default for EditProjection
Source§impl<'de> Deserialize<'de> for EditProjection
impl<'de> Deserialize<'de> for EditProjection
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 EditProjection
impl PartialEq for EditProjection
Source§fn eq(&self, other: &EditProjection) -> bool
fn eq(&self, other: &EditProjection) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for EditProjection
impl Serialize for EditProjection
impl StructuralPartialEq for EditProjection
Auto Trait Implementations§
impl Freeze for EditProjection
impl RefUnwindSafe for EditProjection
impl Send for EditProjection
impl Sync for EditProjection
impl Unpin for EditProjection
impl UnsafeUnpin for EditProjection
impl UnwindSafe for EditProjection
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