pub struct ObjType { /* private fields */ }Expand description
The wire type corresponding to ObjType.
Implementations§
Trait Implementations§
Source§impl Constrained for ObjType
impl Constrained for ObjType
Source§type Constraint = ()
type Constraint = ()
Type of constraint information for this type.
Source§impl<'a, ___E> Encode<ObjType, ___E> for &'a ObjTypewhere
___E: ?Sized,
impl<'a, ___E> Encode<ObjType, ___E> for &'a ObjTypewhere
___E: ?Sized,
Source§impl<___E> Encode<ObjType, ___E> for ObjTypewhere
___E: ?Sized,
impl<___E> Encode<ObjType, ___E> for ObjTypewhere
___E: ?Sized,
Source§impl FromWireRef<ObjType> for ObjType
impl FromWireRef<ObjType> for ObjType
Source§fn from_wire_ref(wire: &ObjType) -> ObjType
fn from_wire_ref(wire: &ObjType) -> ObjType
Converts the given reference to this type.
Source§impl Wire for ObjType
impl Wire for ObjType
Source§fn zero_padding(_: &mut MaybeUninit<ObjType>)
fn zero_padding(_: &mut MaybeUninit<ObjType>)
Writes zeroes to the padding for this type, if any.
impl Copy for ObjType
impl Eq for ObjType
impl StructuralPartialEq for ObjType
Auto Trait Implementations§
impl Freeze for ObjType
impl RefUnwindSafe for ObjType
impl Send for ObjType
impl Sync for ObjType
impl Unpin for ObjType
impl UnsafeUnpin for ObjType
impl UnwindSafe for ObjType
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> 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]