pub enum CellRendererMode {
Inert,
Activatable,
Editable,
// some variants omitted
}
Variants§
Trait Implementations§
Source§impl Clone for CellRendererMode
impl Clone for CellRendererMode
Source§fn clone(&self) -> CellRendererMode
fn clone(&self) -> CellRendererMode
Returns a copy 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 CellRendererMode
impl Debug for CellRendererMode
Source§impl Display for CellRendererMode
impl Display for CellRendererMode
Source§impl<'a> FromValue<'a> for CellRendererMode
impl<'a> FromValue<'a> for CellRendererMode
unsafe fn from_value(value: &Value) -> Self
Source§impl<'a> FromValueOptional<'a> for CellRendererMode
impl<'a> FromValueOptional<'a> for CellRendererMode
unsafe fn from_value_optional(value: &Value) -> Option<Self>
Source§impl Hash for CellRendererMode
impl Hash for CellRendererMode
Source§impl Ord for CellRendererMode
impl Ord for CellRendererMode
Source§fn cmp(&self, other: &CellRendererMode) -> Ordering
fn cmp(&self, other: &CellRendererMode) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CellRendererMode
impl PartialEq for CellRendererMode
Source§impl PartialOrd for CellRendererMode
impl PartialOrd for CellRendererMode
Source§impl StaticType for CellRendererMode
impl StaticType for CellRendererMode
Source§fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self
.impl Copy for CellRendererMode
impl Eq for CellRendererMode
impl StructuralPartialEq for CellRendererMode
Auto Trait Implementations§
impl Freeze for CellRendererMode
impl RefUnwindSafe for CellRendererMode
impl Send for CellRendererMode
impl Sync for CellRendererMode
impl Unpin for CellRendererMode
impl UnwindSafe for CellRendererMode
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ToSendValue for T
impl<T> ToSendValue for T
Source§fn to_send_value(&self) -> SendValue
fn to_send_value(&self) -> SendValue
Returns a
SendValue
clone of self
.