Struct x11rb_protocol::protocol::xproto::Kill
source · pub struct Kill(/* private fields */);
Implementations§
source§impl Kill
impl Kill
pub const ALL_TEMPORARY: Self = _
Trait Implementations§
source§impl<'de> Deserialize<'de> for Kill
impl<'de> Deserialize<'de> for Kill
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 Kill
impl Ord for Kill
source§impl PartialEq for Kill
impl PartialEq for Kill
source§impl PartialOrd for Kill
impl PartialOrd for Kill
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Kill
impl Eq for Kill
impl StructuralPartialEq for Kill
Auto Trait Implementations§
impl Freeze for Kill
impl RefUnwindSafe for Kill
impl Send for Kill
impl Sync for Kill
impl Unpin for Kill
impl UnwindSafe for Kill
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