pub enum StringLen {
N(u32),
Max,
None,
}
Expand description
Length for var-char/binary; default to 255
Variants§
Trait Implementations§
impl Copy for StringLen
impl Eq for StringLen
impl StructuralPartialEq for StringLen
Auto Trait Implementations§
impl Freeze for StringLen
impl RefUnwindSafe for StringLen
impl Send for StringLen
impl Sync for StringLen
impl Unpin for StringLen
impl UnwindSafe for StringLen
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)