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