pub struct StatementIDs(pub Vec<Uuid>);Expand description
A structure consisting of an array of Statement Identifiers (UUIDs) an LRS may return as part of a response to certain requests.
Tuple Fields§
§0: Vec<Uuid>Trait Implementations§
Source§impl Debug for StatementIDs
impl Debug for StatementIDs
Source§impl Default for StatementIDs
impl Default for StatementIDs
Source§fn default() -> StatementIDs
fn default() -> StatementIDs
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StatementIDs
impl<'de> Deserialize<'de> for StatementIDs
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for StatementIDs
impl RefUnwindSafe for StatementIDs
impl Send for StatementIDs
impl Sync for StatementIDs
impl Unpin for StatementIDs
impl UnsafeUnpin for StatementIDs
impl UnwindSafe for StatementIDs
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