pub struct NoPermissionForOperationData {
pub group_chat_id: Uuid,
pub sender: Uuid,
}Fields§
§group_chat_id: Uuidid чата
sender: Uuidid отправителя события
Trait Implementations§
Source§impl Clone for NoPermissionForOperationData
impl Clone for NoPermissionForOperationData
Source§fn clone(&self) -> NoPermissionForOperationData
fn clone(&self) -> NoPermissionForOperationData
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 NoPermissionForOperationData
impl Debug for NoPermissionForOperationData
Source§impl<'de> Deserialize<'de> for NoPermissionForOperationData
impl<'de> Deserialize<'de> for NoPermissionForOperationData
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
Auto Trait Implementations§
impl Freeze for NoPermissionForOperationData
impl RefUnwindSafe for NoPermissionForOperationData
impl Send for NoPermissionForOperationData
impl Sync for NoPermissionForOperationData
impl Unpin for NoPermissionForOperationData
impl UnwindSafe for NoPermissionForOperationData
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