pub struct DiskLayer(/* private fields */);
Expand description
A single layer which can be attached to a LayeredDisk
.
Implementations§
Auto Trait Implementations§
impl Freeze for DiskLayer
impl !RefUnwindSafe for DiskLayer
impl Send for DiskLayer
impl Sync for DiskLayer
impl Unpin for DiskLayer
impl !UnwindSafe for DiskLayer
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