Enum wayland_client::ProxyMap
source · pub enum ProxyMap {}
Expand description
This type only exists for type-level compatibility with the rust implementation.
It is an empty enum that cannot be instantiated
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ProxyMap
impl Send for ProxyMap
impl Sync for ProxyMap
impl Unpin for ProxyMap
impl UnwindSafe for ProxyMap
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