pub struct TableWithVectorWithLimit {
pub v: Option<Vec<u8>>,
}Fields§
§v: Option<Vec<u8>>Trait Implementations§
Source§impl Clone for TableWithVectorWithLimit
impl Clone for TableWithVectorWithLimit
Source§fn clone(&self) -> TableWithVectorWithLimit
fn clone(&self) -> TableWithVectorWithLimit
Returns a duplicate 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 CompatFrom<TableWithVectorWithLimit> for TableWithVectorWithLimit
impl CompatFrom<TableWithVectorWithLimit> for TableWithVectorWithLimit
Source§fn compat_from(value: TableWithVectorWithLimit) -> TableWithVectorWithLimit
fn compat_from(value: TableWithVectorWithLimit) -> TableWithVectorWithLimit
Converts
value into a value of this type.Source§impl Debug for TableWithVectorWithLimit
impl Debug for TableWithVectorWithLimit
Source§impl Default for TableWithVectorWithLimit
impl Default for TableWithVectorWithLimit
Source§fn default() -> TableWithVectorWithLimit
fn default() -> TableWithVectorWithLimit
Returns the “default value” for a type. Read more
Source§impl<'a, ___E> Encode<TableWithVectorWithLimit<'static>, ___E> for &'a TableWithVectorWithLimitwhere
___E: Encoder + ?Sized,
impl<'a, ___E> Encode<TableWithVectorWithLimit<'static>, ___E> for &'a TableWithVectorWithLimitwhere
___E: Encoder + ?Sized,
Source§fn encode(
self,
encoder: &mut ___E,
out: &mut MaybeUninit<TableWithVectorWithLimit<'static>>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder: &mut ___E, out: &mut MaybeUninit<TableWithVectorWithLimit<'static>>, _: (), ) -> Result<(), EncodeError>
Encodes this value into an encoder and output.
§const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
Source§impl<___E> Encode<TableWithVectorWithLimit<'static>, ___E> for TableWithVectorWithLimitwhere
___E: Encoder + ?Sized,
impl<___E> Encode<TableWithVectorWithLimit<'static>, ___E> for TableWithVectorWithLimitwhere
___E: Encoder + ?Sized,
Source§fn encode(
self,
encoder: &mut ___E,
out: &mut MaybeUninit<TableWithVectorWithLimit<'static>>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder: &mut ___E, out: &mut MaybeUninit<TableWithVectorWithLimit<'static>>, _: (), ) -> Result<(), EncodeError>
Encodes this value into an encoder and output.
§const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
Source§impl<'de> FromWire<TableWithVectorWithLimit<'de>> for TableWithVectorWithLimit
impl<'de> FromWire<TableWithVectorWithLimit<'de>> for TableWithVectorWithLimit
Source§fn from_wire(wire_: TableWithVectorWithLimit<'de>) -> TableWithVectorWithLimit
fn from_wire(wire_: TableWithVectorWithLimit<'de>) -> TableWithVectorWithLimit
Converts the given owned value to this type.
§const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
Source§impl<'de> FromWireRef<TableWithVectorWithLimit<'de>> for TableWithVectorWithLimit
impl<'de> FromWireRef<TableWithVectorWithLimit<'de>> for TableWithVectorWithLimit
Source§fn from_wire_ref(
wire: &TableWithVectorWithLimit<'de>,
) -> TableWithVectorWithLimit
fn from_wire_ref( wire: &TableWithVectorWithLimit<'de>, ) -> TableWithVectorWithLimit
Converts the given reference to this type.
Source§impl Hash for TableWithVectorWithLimit
impl Hash for TableWithVectorWithLimit
Source§impl Ord for TableWithVectorWithLimit
impl Ord for TableWithVectorWithLimit
Source§fn cmp(&self, other: &TableWithVectorWithLimit) -> Ordering
fn cmp(&self, other: &TableWithVectorWithLimit) -> 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 TableWithVectorWithLimit
impl PartialEq for TableWithVectorWithLimit
Source§impl PartialOrd for TableWithVectorWithLimit
impl PartialOrd for TableWithVectorWithLimit
impl Eq for TableWithVectorWithLimit
impl StructuralPartialEq for TableWithVectorWithLimit
Auto Trait Implementations§
impl Freeze for TableWithVectorWithLimit
impl RefUnwindSafe for TableWithVectorWithLimit
impl Send for TableWithVectorWithLimit
impl Sync for TableWithVectorWithLimit
impl Unpin for TableWithVectorWithLimit
impl UnsafeUnpin for TableWithVectorWithLimit
impl UnwindSafe for TableWithVectorWithLimit
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§impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
Source§impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
§impl<T, W> FromWireOption<Box<'_, W>> for Twhere
T: FromWire<W>,
impl<T, W> FromWireOption<Box<'_, W>> for Twhere
T: FromWire<W>,
§fn from_wire_option(wire: Box<'_, W>) -> Option<T>
fn from_wire_option(wire: Box<'_, W>) -> Option<T>
Converts the given owned value to an option of this type.
§impl<T, W> FromWireOptionRef<Box<'_, W>> for Twhere
T: FromWireRef<W>,
impl<T, W> FromWireOptionRef<Box<'_, W>> for Twhere
T: FromWireRef<W>,
§fn from_wire_option_ref(wire: &Box<'_, W>) -> Option<T>
fn from_wire_option_ref(wire: &Box<'_, W>) -> Option<T>
Converts the given reference to an option of this type.
§impl<T> InstanceFromServiceTransport<T> for T
impl<T> InstanceFromServiceTransport<T> for T
§fn from_service_transport(handle: T) -> T
fn from_service_transport(handle: T) -> T
Converts the given service transport handle of type
T to [Self]