pub struct GetLocalListVersionResponse {
pub list_version: i64,
}Fields§
§list_version: i64Trait Implementations§
Source§impl Action for GetLocalListVersionResponse
impl Action for GetLocalListVersionResponse
Source§impl Clone for GetLocalListVersionResponse
impl Clone for GetLocalListVersionResponse
Source§fn clone(&self) -> GetLocalListVersionResponse
fn clone(&self) -> GetLocalListVersionResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetLocalListVersionResponse
impl Debug for GetLocalListVersionResponse
impl Eq for GetLocalListVersionResponse
impl StructuralPartialEq for GetLocalListVersionResponse
Auto Trait Implementations§
impl Freeze for GetLocalListVersionResponse
impl RefUnwindSafe for GetLocalListVersionResponse
impl Send for GetLocalListVersionResponse
impl Sync for GetLocalListVersionResponse
impl Unpin for GetLocalListVersionResponse
impl UnsafeUnpin for GetLocalListVersionResponse
impl UnwindSafe for GetLocalListVersionResponse
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