pub struct TextLen(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl FromColumn for TextLen
impl FromColumn for TextLen
impl Copy for TextLen
impl Eq for TextLen
impl StructuralPartialEq for TextLen
Auto Trait Implementations§
impl Freeze for TextLen
impl RefUnwindSafe for TextLen
impl Send for TextLen
impl Sync for TextLen
impl Unpin for TextLen
impl UnsafeUnpin for TextLen
impl UnwindSafe for TextLen
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