pub struct ExtentMode;Trait Implementations§
Source§impl Clone for ExtentMode
impl Clone for ExtentMode
Source§fn clone(&self) -> ExtentMode
fn clone(&self) -> ExtentMode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ExtentMode
impl Debug for ExtentMode
impl Copy for ExtentMode
Auto Trait Implementations§
impl Freeze for ExtentMode
impl RefUnwindSafe for ExtentMode
impl Send for ExtentMode
impl Sync for ExtentMode
impl Unpin for ExtentMode
impl UnwindSafe for ExtentMode
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