pub struct GetEventInformationRequest {
pub last_received_object_id: Option<ObjectId>,
pub invoke_id: u8,
}Fields§
§last_received_object_id: Option<ObjectId>§invoke_id: u8Implementations§
Trait Implementations§
Source§impl Clone for GetEventInformationRequest
impl Clone for GetEventInformationRequest
Source§fn clone(&self) -> GetEventInformationRequest
fn clone(&self) -> GetEventInformationRequest
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 GetEventInformationRequest
impl Debug for GetEventInformationRequest
impl Copy for GetEventInformationRequest
impl Eq for GetEventInformationRequest
impl StructuralPartialEq for GetEventInformationRequest
Auto Trait Implementations§
impl Freeze for GetEventInformationRequest
impl RefUnwindSafe for GetEventInformationRequest
impl Send for GetEventInformationRequest
impl Sync for GetEventInformationRequest
impl Unpin for GetEventInformationRequest
impl UnsafeUnpin for GetEventInformationRequest
impl UnwindSafe for GetEventInformationRequest
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