pub struct UnixSocketPath { /* private fields */ }Expand description
A session endpoint allocated by this process, or inherited from the session environment.
Implementations§
Trait Implementations§
Source§impl Debug for UnixSocketPath
impl Debug for UnixSocketPath
Source§impl Drop for UnixSocketPath
impl Drop for UnixSocketPath
Auto Trait Implementations§
impl Freeze for UnixSocketPath
impl RefUnwindSafe for UnixSocketPath
impl Send for UnixSocketPath
impl Sync for UnixSocketPath
impl Unpin for UnixSocketPath
impl UnsafeUnpin for UnixSocketPath
impl UnwindSafe for UnixSocketPath
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