pub struct BehaviorType(/* private fields */);
Implementations§
Source§impl BehaviorType
impl BehaviorType
pub const DEFAULT: Self
pub const LOCK: Self
pub const RADIO_GROUP: Self
pub const OVERLAY1: Self
pub const OVERLAY2: Self
pub const PERMAMENT_LOCK: Self
pub const PERMAMENT_RADIO_GROUP: Self
pub const PERMAMENT_OVERLAY1: Self
pub const PERMAMENT_OVERLAY2: Self
Trait Implementations§
Source§impl Clone for BehaviorType
impl Clone for BehaviorType
Source§fn clone(&self) -> BehaviorType
fn clone(&self) -> BehaviorType
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 BehaviorType
impl Debug for BehaviorType
Source§impl Default for BehaviorType
impl Default for BehaviorType
Source§fn default() -> BehaviorType
fn default() -> BehaviorType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BehaviorType
impl<'de> Deserialize<'de> for BehaviorType
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 From<BehaviorType> for Option<u16>
impl From<BehaviorType> for Option<u16>
Source§fn from(input: BehaviorType) -> Self
fn from(input: BehaviorType) -> Self
Converts to this type from the input type.
Source§impl From<BehaviorType> for Option<u32>
impl From<BehaviorType> for Option<u32>
Source§fn from(input: BehaviorType) -> Self
fn from(input: BehaviorType) -> Self
Converts to this type from the input type.
Source§impl From<BehaviorType> for Option<u8>
impl From<BehaviorType> for Option<u8>
Source§fn from(input: BehaviorType) -> Self
fn from(input: BehaviorType) -> Self
Converts to this type from the input type.
Source§impl From<BehaviorType> for u16
impl From<BehaviorType> for u16
Source§fn from(input: BehaviorType) -> Self
fn from(input: BehaviorType) -> Self
Converts to this type from the input type.
Source§impl From<BehaviorType> for u32
impl From<BehaviorType> for u32
Source§fn from(input: BehaviorType) -> Self
fn from(input: BehaviorType) -> Self
Converts to this type from the input type.
Source§impl From<BehaviorType> for u8
impl From<BehaviorType> for u8
Source§fn from(input: BehaviorType) -> Self
fn from(input: BehaviorType) -> Self
Converts to this type from the input type.
Source§impl From<u8> for BehaviorType
impl From<u8> for BehaviorType
Source§impl Hash for BehaviorType
impl Hash for BehaviorType
Source§impl Ord for BehaviorType
impl Ord for BehaviorType
Source§fn cmp(&self, other: &BehaviorType) -> Ordering
fn cmp(&self, other: &BehaviorType) -> 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 BehaviorType
impl PartialEq for BehaviorType
Source§impl PartialOrd for BehaviorType
impl PartialOrd for BehaviorType
Source§impl Serialize for BehaviorType
impl Serialize for BehaviorType
impl Copy for BehaviorType
impl Eq for BehaviorType
impl StructuralPartialEq for BehaviorType
Auto Trait Implementations§
impl Freeze for BehaviorType
impl RefUnwindSafe for BehaviorType
impl Send for BehaviorType
impl Sync for BehaviorType
impl Unpin for BehaviorType
impl UnwindSafe for BehaviorType
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