pub struct HandleSet {
pub handle: Option<String>,
}Fields§
§handle: Option<String>Handle is the display name as STORED, echoed back after trimming. Empty means the caller opted out: it keeps its rank and still sees its own row, it is just no longer listed to anyone else.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for HandleSet
impl<'de> Deserialize<'de> for HandleSet
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 StructuralPartialEq for HandleSet
Auto Trait Implementations§
impl Freeze for HandleSet
impl RefUnwindSafe for HandleSet
impl Send for HandleSet
impl Sync for HandleSet
impl Unpin for HandleSet
impl UnsafeUnpin for HandleSet
impl UnwindSafe for HandleSet
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