Struct scylla_cql::frame::value::ValueTooBig
source · pub struct ValueTooBig;
👎Deprecated since 0.15.1: Legacy serialization API is not type-safe and is going to be removed soon
Trait Implementations§
source§impl Clone for ValueTooBig
impl Clone for ValueTooBig
source§fn clone(&self) -> ValueTooBig
fn clone(&self) -> ValueTooBig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ValueTooBig
impl Debug for ValueTooBig
source§impl Display for ValueTooBig
impl Display for ValueTooBig
source§impl Error for ValueTooBig
impl Error for ValueTooBig
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<ValueTooBig> for SerializeValuesError
impl From<ValueTooBig> for SerializeValuesError
source§fn from(source: ValueTooBig) -> Self
fn from(source: ValueTooBig) -> Self
Converts to this type from the input type.
source§impl Ord for ValueTooBig
impl Ord for ValueTooBig
source§fn cmp(&self, other: &ValueTooBig) -> Ordering
fn cmp(&self, other: &ValueTooBig) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for ValueTooBig
impl PartialEq for ValueTooBig
source§fn eq(&self, other: &ValueTooBig) -> bool
fn eq(&self, other: &ValueTooBig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for ValueTooBig
impl PartialOrd for ValueTooBig
source§fn partial_cmp(&self, other: &ValueTooBig) -> Option<Ordering>
fn partial_cmp(&self, other: &ValueTooBig) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for ValueTooBig
impl Eq for ValueTooBig
impl StructuralPartialEq for ValueTooBig
Auto Trait Implementations§
impl Freeze for ValueTooBig
impl RefUnwindSafe for ValueTooBig
impl Send for ValueTooBig
impl Sync for ValueTooBig
impl Unpin for ValueTooBig
impl UnwindSafe for ValueTooBig
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: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)