pub struct UCred { /* private fields */ }
Expand description
Credentials of a process.
Implementations§
Trait Implementations§
source§impl PartialEq<UCred> for UCred
impl PartialEq<UCred> for UCred
impl Copy for UCred
impl Eq for UCred
impl StructuralEq for UCred
impl StructuralPartialEq for UCred
Auto Trait Implementations§
impl RefUnwindSafe for UCred
impl Send for UCred
impl Sync for UCred
impl Unpin for UCred
impl UnwindSafe for UCred
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