pub enum StringLen {
N(u32),
Max,
None,
}Expand description
Length for var-char/binary; default to 255
Variantsยง
Trait Implementationsยง
sourceยงimpl PartialEq for StringLen
impl PartialEq for StringLen
impl Copy for StringLen
impl Eq for StringLen
impl StructuralPartialEq for StringLen
Auto Trait Implementationsยง
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