pub struct ID(/* private fields */);
Implementations§
Source§impl ID
impl ID
pub const USE_CORE_KBD: Self
pub const USE_CORE_PTR: Self
pub const DFLT_XI_CLASS: Self
pub const DFLT_XI_ID: Self
pub const ALL_XI_CLASS: Self
pub const ALL_XI_ID: Self
pub const XI_NONE: Self
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ID
impl<'de> Deserialize<'de> for ID
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 Ord for ID
impl Ord for ID
Source§impl PartialOrd for ID
impl PartialOrd for ID
impl Copy for ID
impl Eq for ID
impl StructuralPartialEq for ID
Auto Trait Implementations§
impl Freeze for ID
impl RefUnwindSafe for ID
impl Send for ID
impl Sync for ID
impl Unpin for ID
impl UnwindSafe for ID
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