pub struct OpenSnapshotStreamRequest {
pub topic_name: String,
pub parameters: SnapshotStreamParameters,
}
Fields§
§topic_name: String
§parameters: SnapshotStreamParameters
Trait Implementations§
Source§impl Clone for OpenSnapshotStreamRequest
impl Clone for OpenSnapshotStreamRequest
Source§fn clone(&self) -> OpenSnapshotStreamRequest
fn clone(&self) -> OpenSnapshotStreamRequest
Returns a duplicate 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 OpenSnapshotStreamRequest
impl Debug for OpenSnapshotStreamRequest
Source§impl Default for OpenSnapshotStreamRequest
impl Default for OpenSnapshotStreamRequest
Source§impl<'de> Deserialize<'de> for OpenSnapshotStreamRequest
impl<'de> Deserialize<'de> for OpenSnapshotStreamRequest
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
impl Message for OpenSnapshotStreamRequest
impl StructuralPartialEq for OpenSnapshotStreamRequest
Auto Trait Implementations§
impl Freeze for OpenSnapshotStreamRequest
impl RefUnwindSafe for OpenSnapshotStreamRequest
impl Send for OpenSnapshotStreamRequest
impl Sync for OpenSnapshotStreamRequest
impl Unpin for OpenSnapshotStreamRequest
impl UnwindSafe for OpenSnapshotStreamRequest
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