pub enum TextWindowType {
Private,
Widget,
Text,
Left,
Right,
Top,
Bottom,
// some variants omitted
}
Variants§
Trait Implementations§
Source§impl Clone for TextWindowType
impl Clone for TextWindowType
Source§fn clone(&self) -> TextWindowType
fn clone(&self) -> TextWindowType
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 TextWindowType
impl Debug for TextWindowType
Source§impl Display for TextWindowType
impl Display for TextWindowType
Source§impl<'a> FromValue<'a> for TextWindowType
impl<'a> FromValue<'a> for TextWindowType
unsafe fn from_value(value: &Value) -> Self
Source§impl<'a> FromValueOptional<'a> for TextWindowType
impl<'a> FromValueOptional<'a> for TextWindowType
unsafe fn from_value_optional(value: &Value) -> Option<Self>
Source§impl Hash for TextWindowType
impl Hash for TextWindowType
Source§impl Ord for TextWindowType
impl Ord for TextWindowType
Source§fn cmp(&self, other: &TextWindowType) -> Ordering
fn cmp(&self, other: &TextWindowType) -> 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 TextWindowType
impl PartialEq for TextWindowType
Source§impl PartialOrd for TextWindowType
impl PartialOrd for TextWindowType
Source§impl StaticType for TextWindowType
impl StaticType for TextWindowType
Source§fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self
.impl Copy for TextWindowType
impl Eq for TextWindowType
impl StructuralPartialEq for TextWindowType
Auto Trait Implementations§
impl Freeze for TextWindowType
impl RefUnwindSafe for TextWindowType
impl Send for TextWindowType
impl Sync for TextWindowType
impl Unpin for TextWindowType
impl UnwindSafe for TextWindowType
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
.