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