Struct ba2::fo4::FileCapacityError
source · pub struct FileCapacityError<'bytes>(/* private fields */);
Expand description
File is at chunk capacity.
Implementations§
source§impl<'bytes> CapacityError<'bytes>
impl<'bytes> CapacityError<'bytes>
pub fn into_element(self) -> Chunk<'bytes>
Trait Implementations§
source§impl<'bytes> Debug for CapacityError<'bytes>
impl<'bytes> Debug for CapacityError<'bytes>
source§impl<'bytes> Display for CapacityError<'bytes>
impl<'bytes> Display for CapacityError<'bytes>
source§impl<'bytes> Error for CapacityError<'bytes>
impl<'bytes> Error for CapacityError<'bytes>
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
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()
Auto Trait Implementations§
impl<'bytes> RefUnwindSafe for CapacityError<'bytes>
impl<'bytes> Send for CapacityError<'bytes>
impl<'bytes> Sync for CapacityError<'bytes>
impl<'bytes> Unpin for CapacityError<'bytes>
impl<'bytes> UnwindSafe for CapacityError<'bytes>
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