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