Struct KnownRuimFilePaths
pub struct KnownRuimFilePaths;
Implementations§
Auto Trait Implementations§
impl Freeze for KnownRuimFilePaths
impl RefUnwindSafe for KnownRuimFilePaths
impl Send for KnownRuimFilePaths
impl Sync for KnownRuimFilePaths
impl Unpin for KnownRuimFilePaths
impl UnwindSafe for KnownRuimFilePaths
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