pub struct FsState { /* private fields */ }Expand description
Mutable filesystem protocol state held by agentd.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FsState
impl !RefUnwindSafe for FsState
impl Send for FsState
impl Sync for FsState
impl Unpin for FsState
impl UnsafeUnpin for FsState
impl !UnwindSafe for FsState
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