pub struct xdotversion(/* private fields */);
Trait Implementations§
Source§impl Debug for xdotversion
impl Debug for xdotversion
Source§impl IntoAttribute for xdotversion
impl IntoAttribute for xdotversion
Source§impl PartialEq for xdotversion
impl PartialEq for xdotversion
impl StructuralPartialEq for xdotversion
Auto Trait Implementations§
impl Freeze for xdotversion
impl RefUnwindSafe for xdotversion
impl Send for xdotversion
impl Sync for xdotversion
impl Unpin for xdotversion
impl UnwindSafe for xdotversion
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