Struct btfproto_tests::local_fs_tests::LocalFsTest
source · pub struct LocalFsTest { /* private fields */ }
Implementations§
source§impl LocalFsTest
impl LocalFsTest
pub const NODE_UID: u32 = 1_000u32
pub const NODE_GID: u32 = 1_000u32
pub async fn new_empty() -> LocalFsTest
pub fn new_existing(dir: TempDir) -> LocalFsTest
pub fn into_parts(self) -> (TempDir, ConcreteFs, Arc<BlockPath>)
pub fn fs(&self) -> &ConcreteFs
pub fn from(&self) -> &Arc<BlockPath>
Auto Trait Implementations§
impl !RefUnwindSafe for LocalFsTest
impl Send for LocalFsTest
impl Sync for LocalFsTest
impl Unpin for LocalFsTest
impl !UnwindSafe for LocalFsTest
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