Fields
clients: Vec<Window>
Trait Implementations
sourceimpl Debug for GetClientListReply
impl Debug for GetClientListReply
sourceimpl From<GetPropertyReply> for GetClientListReply
impl From<GetPropertyReply> for GetClientListReply
sourcefn from(reply: GetPropertyReply) -> Self
fn from(reply: GetPropertyReply) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for GetClientListReply
impl Send for GetClientListReply
impl Sync for GetClientListReply
impl Unpin for GetClientListReply
impl UnwindSafe for GetClientListReply
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more