pub struct DeviceFieldRef {
pub backend: String,
pub token: String,
pub element_count: usize,
}Fields§
§backend: String§token: String§element_count: usizeTrait Implementations§
Source§impl Clone for DeviceFieldRef
impl Clone for DeviceFieldRef
Source§fn clone(&self) -> DeviceFieldRef
fn clone(&self) -> DeviceFieldRef
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DeviceFieldRef
impl Debug for DeviceFieldRef
Source§impl<'de> Deserialize<'de> for DeviceFieldRef
impl<'de> Deserialize<'de> for DeviceFieldRef
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
impl Eq for DeviceFieldRef
Source§impl PartialEq for DeviceFieldRef
impl PartialEq for DeviceFieldRef
Source§fn eq(&self, other: &DeviceFieldRef) -> bool
fn eq(&self, other: &DeviceFieldRef) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for DeviceFieldRef
impl Serialize for DeviceFieldRef
impl StructuralPartialEq for DeviceFieldRef
Auto Trait Implementations§
impl Freeze for DeviceFieldRef
impl RefUnwindSafe for DeviceFieldRef
impl Send for DeviceFieldRef
impl Sync for DeviceFieldRef
impl Unpin for DeviceFieldRef
impl UnsafeUnpin for DeviceFieldRef
impl UnwindSafe for DeviceFieldRef
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