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