pub struct GetAggOpts {
pub agg_id: Uuid,
pub since_version: u32,
}Fields§
§agg_id: Uuid§since_version: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetAggOpts
impl RefUnwindSafe for GetAggOpts
impl Send for GetAggOpts
impl Sync for GetAggOpts
impl Unpin for GetAggOpts
impl UnsafeUnpin for GetAggOpts
impl UnwindSafe for GetAggOpts
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