pub struct GetHistoryRequest(pub u64);Tuple Fields§
§0: u64Trait Implementations§
Source§impl Clone for GetHistoryRequest
impl Clone for GetHistoryRequest
Source§fn clone(&self) -> GetHistoryRequest
fn clone(&self) -> GetHistoryRequest
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 GetHistoryRequest
impl Debug for GetHistoryRequest
Source§impl From<GetHistoryRequest> for ThreadRequestResponse<ChatRoom>
impl From<GetHistoryRequest> for ThreadRequestResponse<ChatRoom>
Source§fn from(request: GetHistoryRequest) -> Self
fn from(request: GetHistoryRequest) -> Self
Converts to this type from the input type.
Source§impl IdTargeted for GetHistoryRequest
impl IdTargeted for GetHistoryRequest
Source§impl PartialEq for GetHistoryRequest
impl PartialEq for GetHistoryRequest
impl Eq for GetHistoryRequest
impl StructuralPartialEq for GetHistoryRequest
Auto Trait Implementations§
impl Freeze for GetHistoryRequest
impl RefUnwindSafe for GetHistoryRequest
impl Send for GetHistoryRequest
impl Sync for GetHistoryRequest
impl Unpin for GetHistoryRequest
impl UnwindSafe for GetHistoryRequest
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