pub struct Atoms {Show 19 fields
    pub CLIPBOARD: Atom,
    pub PRIMARY: Atom,
    pub SECONDARY: Atom,
    pub CLIPBOARD_MANAGER: Atom,
    pub SAVE_TARGETS: Atom,
    pub TARGETS: Atom,
    pub ATOM: Atom,
    pub INCR: Atom,
    pub UTF8_STRING: Atom,
    pub UTF8_MIME_0: Atom,
    pub UTF8_MIME_1: Atom,
    pub STRING: Atom,
    pub TEXT: Atom,
    pub TEXT_MIME_UNKNOWN: Atom,
    pub HTML: Atom,
    pub URI_LIST: Atom,
    pub PNG_MIME: Atom,
    pub X_KDE_PASSWORDMANAGERHINT: Atom,
    pub ARBOARD_CLIPBOARD: Atom,
}Fields§
§CLIPBOARD: Atom§PRIMARY: Atom§SECONDARY: Atom§CLIPBOARD_MANAGER: Atom§SAVE_TARGETS: Atom§TARGETS: Atom§ATOM: Atom§INCR: Atom§UTF8_STRING: Atom§UTF8_MIME_0: Atom§UTF8_MIME_1: Atom§STRING: Atom§TEXT: Atom§TEXT_MIME_UNKNOWN: Atom§HTML: Atom§URI_LIST: Atom§PNG_MIME: Atom§X_KDE_PASSWORDMANAGERHINT: Atom§ARBOARD_CLIPBOARD: AtomImplementations§
Source§impl Atoms
 
impl Atoms
pub fn new<C: ConnectionExt>( _conn: &C, ) -> Result<AtomCookies<'_, C>, ConnectionError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Atoms
impl RefUnwindSafe for Atoms
impl Send for Atoms
impl Sync for Atoms
impl Unpin for Atoms
impl UnwindSafe for Atoms
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§impl<T> IntoEither for T
 
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
 
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts 
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
 
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts 
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more