pub struct LifxString(/* private fields */);
Expand description
Lifx strings are fixed-length (32-bytes maximum)
Implementations§
Source§impl LifxString
impl LifxString
Trait Implementations§
Source§impl Clone for LifxString
impl Clone for LifxString
Source§fn clone(&self) -> LifxString
fn clone(&self) -> LifxString
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 LifxString
impl Debug for LifxString
Source§impl Display for LifxString
impl Display for LifxString
Source§impl PartialEq<str> for LifxString
impl PartialEq<str> for LifxString
Source§impl PartialEq for LifxString
impl PartialEq for LifxString
impl Eq for LifxString
impl StructuralPartialEq for LifxString
Auto Trait Implementations§
impl Freeze for LifxString
impl RefUnwindSafe for LifxString
impl Send for LifxString
impl Sync for LifxString
impl Unpin for LifxString
impl UnwindSafe for LifxString
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