Struct pulsar_admin_sdk::models::reset_cursor_data::ResetCursorData
source · pub struct ResetCursorData {
pub batch_index: Option<i32>,
pub entry_id: Option<i64>,
pub excluded: Option<bool>,
pub ledger_id: Option<i64>,
pub partition_index: Option<i32>,
pub properties: Option<HashMap<String, String>>,
}Fields§
§batch_index: Option<i32>§entry_id: Option<i64>§excluded: Option<bool>§ledger_id: Option<i64>§partition_index: Option<i32>§properties: Option<HashMap<String, String>>Implementations§
source§impl ResetCursorData
impl ResetCursorData
pub fn new() -> ResetCursorData
Trait Implementations§
source§impl Clone for ResetCursorData
impl Clone for ResetCursorData
source§fn clone(&self) -> ResetCursorData
fn clone(&self) -> ResetCursorData
Returns a copy 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 Debug for ResetCursorData
impl Debug for ResetCursorData
source§impl Default for ResetCursorData
impl Default for ResetCursorData
source§fn default() -> ResetCursorData
fn default() -> ResetCursorData
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ResetCursorData
impl<'de> Deserialize<'de> for ResetCursorData
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for ResetCursorData
impl PartialEq for ResetCursorData
source§fn eq(&self, other: &ResetCursorData) -> bool
fn eq(&self, other: &ResetCursorData) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ResetCursorData
impl Serialize for ResetCursorData
impl StructuralPartialEq for ResetCursorData
Auto Trait Implementations§
impl RefUnwindSafe for ResetCursorData
impl Send for ResetCursorData
impl Sync for ResetCursorData
impl Unpin for ResetCursorData
impl UnwindSafe for ResetCursorData
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