pub struct GetListResponseEnd<'i> {
pub list_signature: Option<Signature<'i>>,
pub act_gateway_time: Option<Time>,
}
Expand description
End event of a GetListResponse
message.
Fields§
§list_signature: Option<Signature<'i>>
signature of the list - whatever that means?!
act_gateway_time: Option<Time>
optional gateway time information
Trait Implementations§
Source§impl<'i> Clone for GetListResponseEnd<'i>
impl<'i> Clone for GetListResponseEnd<'i>
Source§fn clone(&self) -> GetListResponseEnd<'i>
fn clone(&self) -> GetListResponseEnd<'i>
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<'i> Debug for GetListResponseEnd<'i>
impl<'i> Debug for GetListResponseEnd<'i>
Source§impl<'i> PartialEq for GetListResponseEnd<'i>
impl<'i> PartialEq for GetListResponseEnd<'i>
impl<'i> Eq for GetListResponseEnd<'i>
impl<'i> StructuralPartialEq for GetListResponseEnd<'i>
Auto Trait Implementations§
impl<'i> Freeze for GetListResponseEnd<'i>
impl<'i> RefUnwindSafe for GetListResponseEnd<'i>
impl<'i> Send for GetListResponseEnd<'i>
impl<'i> Sync for GetListResponseEnd<'i>
impl<'i> Unpin for GetListResponseEnd<'i>
impl<'i> UnwindSafe for GetListResponseEnd<'i>
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