pub enum SizeSpelling {
String,
Number,
}Expand description
How a storage size goes out in PUT /storage/{uuid}. See
UpCloudApi::modify_storage_size_as for why this is the caller’s word.
Variants§
Trait Implementations§
Source§impl Clone for SizeSpelling
impl Clone for SizeSpelling
impl Copy for SizeSpelling
Source§impl Debug for SizeSpelling
impl Debug for SizeSpelling
impl Eq for SizeSpelling
Source§impl PartialEq for SizeSpelling
impl PartialEq for SizeSpelling
impl StructuralPartialEq for SizeSpelling
Auto Trait Implementations§
impl Freeze for SizeSpelling
impl RefUnwindSafe for SizeSpelling
impl Send for SizeSpelling
impl Sync for SizeSpelling
impl Unpin for SizeSpelling
impl UnsafeUnpin for SizeSpelling
impl UnwindSafe for SizeSpelling
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