pub struct TableWithStringWithLimit {
pub s: Option<String>,
}Fields§
§s: Option<String>Trait Implementations§
Source§impl Clone for TableWithStringWithLimit
impl Clone for TableWithStringWithLimit
Source§fn clone(&self) -> TableWithStringWithLimit
fn clone(&self) -> TableWithStringWithLimit
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<TableWithStringWithLimit> for TableWithStringWithLimit
impl CompatFrom<TableWithStringWithLimit> for TableWithStringWithLimit
Source§fn compat_from(value: TableWithStringWithLimit) -> Self
fn compat_from(value: TableWithStringWithLimit) -> Self
Converts
value into a value of this type.Source§impl CompatFrom<TableWithStringWithLimit> for TableWithStringWithLimit
impl CompatFrom<TableWithStringWithLimit> for TableWithStringWithLimit
Source§fn compat_from(value: TableWithStringWithLimit) -> Self
fn compat_from(value: TableWithStringWithLimit) -> Self
Converts
value into a value of this type.Source§impl Debug for TableWithStringWithLimit
impl Debug for TableWithStringWithLimit
Source§impl Default for TableWithStringWithLimit
impl Default for TableWithStringWithLimit
Source§fn default() -> TableWithStringWithLimit
fn default() -> TableWithStringWithLimit
Returns the “default value” for a type. Read more
Source§impl<'a, ___E> Encode<TableWithStringWithLimit<'static>, ___E> for &'a TableWithStringWithLimitwhere
___E: Encoder + ?Sized,
impl<'a, ___E> Encode<TableWithStringWithLimit<'static>, ___E> for &'a TableWithStringWithLimitwhere
___E: Encoder + ?Sized,
Source§fn encode(
self,
encoder: &mut ___E,
out: &mut MaybeUninit<TableWithStringWithLimit<'static>>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder: &mut ___E, out: &mut MaybeUninit<TableWithStringWithLimit<'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<TableWithStringWithLimit<'static>, ___E> for TableWithStringWithLimitwhere
___E: Encoder + ?Sized,
impl<___E> Encode<TableWithStringWithLimit<'static>, ___E> for TableWithStringWithLimitwhere
___E: Encoder + ?Sized,
Source§fn encode(
self,
encoder: &mut ___E,
out: &mut MaybeUninit<TableWithStringWithLimit<'static>>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder: &mut ___E, out: &mut MaybeUninit<TableWithStringWithLimit<'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<TableWithStringWithLimit<'de>> for TableWithStringWithLimit
impl<'de> FromWire<TableWithStringWithLimit<'de>> for TableWithStringWithLimit
Source§fn from_wire(wire_: TableWithStringWithLimit<'de>) -> Self
fn from_wire(wire_: TableWithStringWithLimit<'de>) -> Self
Converts the given owned value to this type.
§const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
Source§impl<'de> FromWireRef<TableWithStringWithLimit<'de>> for TableWithStringWithLimit
impl<'de> FromWireRef<TableWithStringWithLimit<'de>> for TableWithStringWithLimit
Source§fn from_wire_ref(wire: &TableWithStringWithLimit<'de>) -> Self
fn from_wire_ref(wire: &TableWithStringWithLimit<'de>) -> Self
Converts the given reference to this type.
Source§impl Hash for TableWithStringWithLimit
impl Hash for TableWithStringWithLimit
Source§impl Ord for TableWithStringWithLimit
impl Ord for TableWithStringWithLimit
Source§fn cmp(&self, other: &TableWithStringWithLimit) -> Ordering
fn cmp(&self, other: &TableWithStringWithLimit) -> 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 TableWithStringWithLimit
impl PartialEq for TableWithStringWithLimit
Source§impl PartialOrd for TableWithStringWithLimit
impl PartialOrd for TableWithStringWithLimit
impl Eq for TableWithStringWithLimit
impl StructuralPartialEq for TableWithStringWithLimit
Auto Trait Implementations§
impl Freeze for TableWithStringWithLimit
impl RefUnwindSafe for TableWithStringWithLimit
impl Send for TableWithStringWithLimit
impl Sync for TableWithStringWithLimit
impl Unpin for TableWithStringWithLimit
impl UnsafeUnpin for TableWithStringWithLimit
impl UnwindSafe for TableWithStringWithLimit
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]