pub enum LocationNamespace {
Gs1,
}Expand description
Possible Location namespaces
The namespace determines the schema used to define a Location’s properties
Variants§
Gs1
Trait Implementations§
Source§impl Clone for LocationNamespace
impl Clone for LocationNamespace
Source§fn clone(&self) -> LocationNamespace
fn clone(&self) -> LocationNamespace
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 Debug for LocationNamespace
impl Debug for LocationNamespace
Source§impl Default for LocationNamespace
impl Default for LocationNamespace
Source§impl FromNative<LocationNamespace> for Location_LocationNamespace
impl FromNative<LocationNamespace> for Location_LocationNamespace
fn from_native( namespace: LocationNamespace, ) -> Result<Self, ProtoConversionError>
Source§impl FromProto<Location_LocationNamespace> for LocationNamespace
impl FromProto<Location_LocationNamespace> for LocationNamespace
fn from_proto( namespace: Location_LocationNamespace, ) -> Result<Self, ProtoConversionError>
Source§impl IntoNative<LocationNamespace> for Location_LocationNamespace
impl IntoNative<LocationNamespace> for Location_LocationNamespace
fn into_native(self) -> Result<T, ProtoConversionError>
Source§impl IntoProto<Location_LocationNamespace> for LocationNamespace
impl IntoProto<Location_LocationNamespace> for LocationNamespace
fn into_proto(self) -> Result<T, ProtoConversionError>
Source§impl PartialEq for LocationNamespace
impl PartialEq for LocationNamespace
impl Copy for LocationNamespace
impl StructuralPartialEq for LocationNamespace
Auto Trait Implementations§
impl Freeze for LocationNamespace
impl RefUnwindSafe for LocationNamespace
impl Send for LocationNamespace
impl Sync for LocationNamespace
impl Unpin for LocationNamespace
impl UnwindSafe for LocationNamespace
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