pub struct XAutoClaimResult<V>where
V: FromValue,{
pub start_stream_id: String,
pub entries: Vec<StreamEntry<V>>,
pub deleted_id: Vec<String>,
}
Fields§
§start_stream_id: String
§entries: Vec<StreamEntry<V>>
§deleted_id: Vec<String>
Trait Implementations§
Source§impl<V> FromValue for XAutoClaimResult<V>where
V: FromValue,
impl<V> FromValue for XAutoClaimResult<V>where
V: FromValue,
Auto Trait Implementations§
impl<V> Freeze for XAutoClaimResult<V>
impl<V> RefUnwindSafe for XAutoClaimResult<V>where
V: RefUnwindSafe,
impl<V> Send for XAutoClaimResult<V>where
V: Send,
impl<V> Sync for XAutoClaimResult<V>where
V: Sync,
impl<V> Unpin for XAutoClaimResult<V>where
V: Unpin,
impl<V> UnwindSafe for XAutoClaimResult<V>where
V: UnwindSafe,
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