Struct UbiPartition
pub struct UbiPartition {
volume: Volume,
}Fields§
§volume: VolumeImplementations§
§impl UbiPartition
impl UbiPartition
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UbiPartition
impl RefUnwindSafe for UbiPartition
impl Send for UbiPartition
impl Sync for UbiPartition
impl Unpin for UbiPartition
impl UnwindSafe for UbiPartition
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