pub struct PeerCredentials;
Expand description
Return the credentials of the foreign process connected to this socket.
Trait Implementations§
source§impl Clone for PeerCredentials
impl Clone for PeerCredentials
source§fn clone(&self) -> PeerCredentials
fn clone(&self) -> PeerCredentials
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PeerCredentials
impl Debug for PeerCredentials
source§impl GetSockOpt for PeerCredentials
impl GetSockOpt for PeerCredentials
type Val = UnixCredentials
source§impl Hash for PeerCredentials
impl Hash for PeerCredentials
source§impl PartialEq for PeerCredentials
impl PartialEq for PeerCredentials
impl Copy for PeerCredentials
impl Eq for PeerCredentials
impl StructuralPartialEq for PeerCredentials
Auto Trait Implementations§
impl Freeze for PeerCredentials
impl RefUnwindSafe for PeerCredentials
impl Send for PeerCredentials
impl Sync for PeerCredentials
impl Unpin for PeerCredentials
impl UnwindSafe for PeerCredentials
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)