pub struct DevicePinnerType(pub String);Tuple Fields§
§0: StringImplementations§
Source§impl DevicePinnerType
impl DevicePinnerType
pub const DEVICE_PINNER: &'static str = "device_pinner"
Trait Implementations§
Source§impl Clone for DevicePinnerType
impl Clone for DevicePinnerType
Source§fn clone(&self) -> DevicePinnerType
fn clone(&self) -> DevicePinnerType
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 DevicePinnerType
impl Debug for DevicePinnerType
Source§impl Default for DevicePinnerType
impl Default for DevicePinnerType
Source§fn default() -> DevicePinnerType
fn default() -> DevicePinnerType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DevicePinnerType
impl<'de> Deserialize<'de> for DevicePinnerType
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 DevicePinnerType
Source§impl PartialEq for DevicePinnerType
impl PartialEq for DevicePinnerType
Source§impl Serialize for DevicePinnerType
impl Serialize for DevicePinnerType
impl StructuralPartialEq for DevicePinnerType
Auto Trait Implementations§
impl Freeze for DevicePinnerType
impl RefUnwindSafe for DevicePinnerType
impl Send for DevicePinnerType
impl Sync for DevicePinnerType
impl Unpin for DevicePinnerType
impl UnsafeUnpin for DevicePinnerType
impl UnwindSafe for DevicePinnerType
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