pub struct InviteDeleteResponse {
pub id: String,
pub deleted: bool,
}
Fields§
§id: String
§deleted: bool
Implementations§
Trait Implementations§
Source§impl Clone for InviteDeleteResponse
impl Clone for InviteDeleteResponse
Source§fn clone(&self) -> InviteDeleteResponse
fn clone(&self) -> InviteDeleteResponse
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 InviteDeleteResponse
impl Debug for InviteDeleteResponse
Source§impl<'de> Deserialize<'de> for InviteDeleteResponse
impl<'de> Deserialize<'de> for InviteDeleteResponse
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 PartialEq for InviteDeleteResponse
impl PartialEq for InviteDeleteResponse
Source§impl Serialize for InviteDeleteResponse
impl Serialize for InviteDeleteResponse
impl StructuralPartialEq for InviteDeleteResponse
Auto Trait Implementations§
impl Freeze for InviteDeleteResponse
impl RefUnwindSafe for InviteDeleteResponse
impl Send for InviteDeleteResponse
impl Sync for InviteDeleteResponse
impl Unpin for InviteDeleteResponse
impl UnwindSafe for InviteDeleteResponse
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