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.
impl Copy for ObjType
Source§impl<___E> Encode<ObjType, ___E> for ObjTypewhere
___E: ?Sized,
impl<___E> Encode<ObjType, ___E> for ObjTypewhere
___E: ?Sized,
Source§impl<'a, ___E> Encode<ObjType, ___E> for &'a ObjTypewhere
___E: ?Sized,
impl<'a, ___E> Encode<ObjType, ___E> for &'a ObjTypewhere
___E: ?Sized,
impl Eq for ObjType
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.
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,
§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]