pub struct Delete {
pub id: StatusId,
pub user_id: UserId,
}Expand description
Represents a deleted Tweet.
Fields§
§id: StatusId§user_id: UserIdTrait Implementations§
Source§impl<'x> Deserialize<'x> for Delete
impl<'x> Deserialize<'x> for Delete
Source§fn deserialize<D: Deserializer<'x>>(d: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'x>>(d: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
impl Copy for Delete
impl Eq for Delete
impl StructuralPartialEq for Delete
Auto Trait Implementations§
impl Freeze for Delete
impl RefUnwindSafe for Delete
impl Send for Delete
impl Sync for Delete
impl Unpin for Delete
impl UnwindSafe for Delete
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