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