pub struct InsufficientStorageException;Expand description
Re-exported public API.
Public Caelix type InsufficientStorageException.
Implementations§
Source§impl InsufficientStorageException
impl InsufficientStorageException
Sourcepub fn new(message: impl Into<String>) -> HttpException
pub fn new(message: impl Into<String>) -> HttpException
Runs the new public API operation.
Auto Trait Implementations§
impl Freeze for InsufficientStorageException
impl RefUnwindSafe for InsufficientStorageException
impl Send for InsufficientStorageException
impl Sync for InsufficientStorageException
impl Unpin for InsufficientStorageException
impl UnsafeUnpin for InsufficientStorageException
impl UnwindSafe for InsufficientStorageException
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