pub struct DsStore { /* private fields */ }Expand description
A complete .DS_Store file: a set of records that encode to the buddy-allocator B-tree format.
Implementations§
Trait Implementations§
impl StructuralPartialEq for DsStore
Auto Trait Implementations§
impl Freeze for DsStore
impl RefUnwindSafe for DsStore
impl Send for DsStore
impl Sync for DsStore
impl Unpin for DsStore
impl UnsafeUnpin for DsStore
impl UnwindSafe for DsStore
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