Struct CompleteKind
pub struct CompleteKind(/* private fields */);
Implementations§
§impl CompleteKind
impl CompleteKind
pub const PIXMAP: CompleteKind = _
pub const NOTIFY_MSC: CompleteKind = _
Trait Implementations§
§impl Clone for CompleteKind
impl Clone for CompleteKind
§fn clone(&self) -> CompleteKind
fn clone(&self) -> CompleteKind
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 more§impl Debug for CompleteKind
impl Debug for CompleteKind
§impl Default for CompleteKind
impl Default for CompleteKind
§fn default() -> CompleteKind
fn default() -> CompleteKind
Returns the “default value” for a type. Read more
§impl From<u8> for CompleteKind
impl From<u8> for CompleteKind
§fn from(value: u8) -> CompleteKind
fn from(value: u8) -> CompleteKind
Converts to this type from the input type.
§impl Hash for CompleteKind
impl Hash for CompleteKind
§impl Ord for CompleteKind
impl Ord for CompleteKind
§impl PartialEq for CompleteKind
impl PartialEq for CompleteKind
§impl PartialOrd for CompleteKind
impl PartialOrd for CompleteKind
impl Copy for CompleteKind
impl Eq for CompleteKind
impl StructuralPartialEq for CompleteKind
Auto Trait Implementations§
impl Freeze for CompleteKind
impl RefUnwindSafe for CompleteKind
impl Send for CompleteKind
impl Sync for CompleteKind
impl Unpin for CompleteKind
impl UnwindSafe for CompleteKind
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)