pub struct WlStringRef { /* private fields */ }Expand description
A borrowed wl_string proxy.
See the documentation of the module for the interface description.
Trait Implementations§
Source§impl BorrowedProxy for WlStringRef
impl BorrowedProxy for WlStringRef
Source§impl Debug for WlStringRef
impl Debug for WlStringRef
Source§impl PartialEq<WlString> for WlStringRef
impl PartialEq<WlString> for WlStringRef
Source§impl PartialEq<WlStringRef> for WlString
impl PartialEq<WlStringRef> for WlString
Source§impl PartialEq for WlStringRef
impl PartialEq for WlStringRef
impl Eq for WlStringRef
impl StructuralPartialEq for WlStringRef
impl UntypedBorrowedProxyWrapper for WlStringRef
Auto Trait Implementations§
impl !Freeze for WlStringRef
impl !RefUnwindSafe for WlStringRef
impl Send for WlStringRef
impl Sync for WlStringRef
impl Unpin for WlStringRef
impl UnwindSafe for WlStringRef
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