#[repr(C)]pub struct PolkitUnixUser { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for PolkitUnixUser
impl RefUnwindSafe for PolkitUnixUser
impl !Send for PolkitUnixUser
impl !Sync for PolkitUnixUser
impl !Unpin for PolkitUnixUser
impl UnwindSafe for PolkitUnixUser
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