pub struct GetLocalListVersion;Expand description
Marker type for the GetLocalListVersion action.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetLocalListVersion
impl RefUnwindSafe for GetLocalListVersion
impl Send for GetLocalListVersion
impl Sync for GetLocalListVersion
impl Unpin for GetLocalListVersion
impl UnsafeUnpin for GetLocalListVersion
impl UnwindSafe for GetLocalListVersion
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