pub struct GptPartitionEntrySizeError;Expand description
Error returned by GptPartitionEntrySize::new.
If the std feature is enabled, this type implements the Error
trait.
Trait Implementations§
Source§impl Clone for GptPartitionEntrySizeError
impl Clone for GptPartitionEntrySizeError
Source§fn clone(&self) -> GptPartitionEntrySizeError
fn clone(&self) -> GptPartitionEntrySizeError
Returns a copy 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 GptPartitionEntrySizeError
impl Debug for GptPartitionEntrySizeError
Source§impl Default for GptPartitionEntrySizeError
impl Default for GptPartitionEntrySizeError
Source§fn default() -> GptPartitionEntrySizeError
fn default() -> GptPartitionEntrySizeError
Returns the “default value” for a type. Read more
Source§impl Display for GptPartitionEntrySizeError
impl Display for GptPartitionEntrySizeError
Source§impl Error for GptPartitionEntrySizeError
Available on crate feature std only.
impl Error for GptPartitionEntrySizeError
Available on crate feature
std only.1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl Hash for GptPartitionEntrySizeError
impl Hash for GptPartitionEntrySizeError
Source§impl Ord for GptPartitionEntrySizeError
impl Ord for GptPartitionEntrySizeError
Source§fn cmp(&self, other: &GptPartitionEntrySizeError) -> Ordering
fn cmp(&self, other: &GptPartitionEntrySizeError) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for GptPartitionEntrySizeError
impl PartialOrd for GptPartitionEntrySizeError
impl Copy for GptPartitionEntrySizeError
impl Eq for GptPartitionEntrySizeError
impl StructuralPartialEq for GptPartitionEntrySizeError
Auto Trait Implementations§
impl Freeze for GptPartitionEntrySizeError
impl RefUnwindSafe for GptPartitionEntrySizeError
impl Send for GptPartitionEntrySizeError
impl Sync for GptPartitionEntrySizeError
impl Unpin for GptPartitionEntrySizeError
impl UnwindSafe for GptPartitionEntrySizeError
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