Struct grid_sdk::protocol::track_and_trace::state::PropertyList
source · [−]pub struct PropertyList { /* private fields */ }Expand description
Native representation of a list of Property objects
Implementations
sourceimpl PropertyList
impl PropertyList
pub fn properties(&self) -> &[Property]
pub fn into_builder(self) -> PropertyListBuilder
Trait Implementations
sourceimpl Clone for PropertyList
impl Clone for PropertyList
sourcefn clone(&self) -> PropertyList
fn clone(&self) -> PropertyList
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for PropertyList
impl Debug for PropertyList
sourceimpl FromBytes<PropertyList> for PropertyList
impl FromBytes<PropertyList> for PropertyList
fn from_bytes(bytes: &[u8]) -> Result<PropertyList, ProtoConversionError>
sourceimpl FromNative<PropertyList> for PropertyList
impl FromNative<PropertyList> for PropertyList
fn from_native(native: PropertyList) -> Result<Self, ProtoConversionError>
sourceimpl FromProto<PropertyList> for PropertyList
impl FromProto<PropertyList> for PropertyList
fn from_proto(proto: PropertyList) -> Result<Self, ProtoConversionError>
sourceimpl IntoBytes for PropertyList
impl IntoBytes for PropertyList
fn into_bytes(self) -> Result<Vec<u8>, ProtoConversionError>
sourceimpl IntoNative<PropertyList> for PropertyList
impl IntoNative<PropertyList> for PropertyList
fn into_native(self) -> Result<T, ProtoConversionError>
sourceimpl IntoProto<PropertyList> for PropertyList
impl IntoProto<PropertyList> for PropertyList
fn into_proto(self) -> Result<T, ProtoConversionError>
sourceimpl PartialEq<PropertyList> for PropertyList
impl PartialEq<PropertyList> for PropertyList
sourcefn eq(&self, other: &PropertyList) -> bool
fn eq(&self, other: &PropertyList) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &PropertyList) -> bool
fn ne(&self, other: &PropertyList) -> bool
This method tests for !=.
impl StructuralPartialEq for PropertyList
Auto Trait Implementations
impl RefUnwindSafe for PropertyList
impl Send for PropertyList
impl Sync for PropertyList
impl Unpin for PropertyList
impl UnwindSafe for PropertyList
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more