pub enum DataSize {
Fixed(MSize),
Dynamic,
}Expand description
Represents the size of data types used in the DBMS canister.
Variants§
Implementations§
Trait Implementations§
impl Copy for DataSize
impl Eq for DataSize
impl StructuralPartialEq for DataSize
Auto Trait Implementations§
impl Freeze for DataSize
impl RefUnwindSafe for DataSize
impl Send for DataSize
impl Sync for DataSize
impl Unpin for DataSize
impl UnwindSafe for DataSize
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