pub struct QueryableLayout {
pub label: String,
pub uuid: Uuid,
}
Expand description
Represents a queryable
Fields§
§label: String
§uuid: Uuid
Trait Implementations§
Source§impl Clone for QueryableLayout
impl Clone for QueryableLayout
Source§fn clone(&self) -> QueryableLayout
fn clone(&self) -> QueryableLayout
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for QueryableLayout
impl Debug for QueryableLayout
Source§impl From<&QueryableLayout> for IOLayout
impl From<&QueryableLayout> for IOLayout
Source§fn from(value: &QueryableLayout) -> IOLayout
fn from(value: &QueryableLayout) -> IOLayout
Converts to this type from the input type.
Source§impl From<&QueryableLayout> for Uuid
impl From<&QueryableLayout> for Uuid
Source§fn from(value: &QueryableLayout) -> Uuid
fn from(value: &QueryableLayout) -> Uuid
Converts to this type from the input type.
Source§impl From<QueryableLayout> for IOLayout
impl From<QueryableLayout> for IOLayout
Source§fn from(value: QueryableLayout) -> IOLayout
fn from(value: QueryableLayout) -> IOLayout
Converts to this type from the input type.
Source§impl From<QueryableLayout> for Uuid
impl From<QueryableLayout> for Uuid
Source§fn from(value: QueryableLayout) -> Uuid
fn from(value: QueryableLayout) -> Uuid
Converts to this type from the input type.
Source§impl Hash for QueryableLayout
impl Hash for QueryableLayout
Source§impl PartialEq for QueryableLayout
impl PartialEq for QueryableLayout
Source§impl TryFrom<IOLayout> for QueryableLayout
impl TryFrom<IOLayout> for QueryableLayout
impl Eq for QueryableLayout
impl StructuralPartialEq for QueryableLayout
Auto Trait Implementations§
impl Freeze for QueryableLayout
impl RefUnwindSafe for QueryableLayout
impl Send for QueryableLayout
impl Sync for QueryableLayout
impl Unpin for QueryableLayout
impl UnwindSafe for QueryableLayout
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,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.