pub struct ChatDelegateKey(pub Vec<u8>);Tuple Fields§
§0: Vec<u8>Implementations§
Trait Implementations§
Source§impl Clone for ChatDelegateKey
impl Clone for ChatDelegateKey
Source§fn clone(&self) -> ChatDelegateKey
fn clone(&self) -> ChatDelegateKey
Returns a duplicate of the value. Read more
1.0.0 · 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 ChatDelegateKey
impl Debug for ChatDelegateKey
Source§impl<'de> Deserialize<'de> for ChatDelegateKey
impl<'de> Deserialize<'de> for ChatDelegateKey
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
Source§impl Hash for ChatDelegateKey
impl Hash for ChatDelegateKey
Source§impl PartialEq for ChatDelegateKey
impl PartialEq for ChatDelegateKey
Source§impl Serialize for ChatDelegateKey
impl Serialize for ChatDelegateKey
impl Eq for ChatDelegateKey
impl StructuralPartialEq for ChatDelegateKey
Auto Trait Implementations§
impl Freeze for ChatDelegateKey
impl RefUnwindSafe for ChatDelegateKey
impl Send for ChatDelegateKey
impl Sync for ChatDelegateKey
impl Unpin for ChatDelegateKey
impl UnwindSafe for ChatDelegateKey
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