pub enum WaylandCommand {
PushClient(Channel),
}
Variants§
Auto Trait Implementations§
impl Freeze for WaylandCommand
impl RefUnwindSafe for WaylandCommand
impl Send for WaylandCommand
impl Sync for WaylandCommand
impl Unpin for WaylandCommand
impl UnwindSafe for WaylandCommand
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