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