pub struct GetStreamSegmentInfoCommand {
pub request_id: i64,
pub segment_name: String,
pub delegation_token: String,
}
Expand description
- GetStreamSegmentInfo Command
Fields§
§request_id: i64
§segment_name: String
§delegation_token: String
Trait Implementations§
Source§impl Clone for GetStreamSegmentInfoCommand
impl Clone for GetStreamSegmentInfoCommand
Source§fn clone(&self) -> GetStreamSegmentInfoCommand
fn clone(&self) -> GetStreamSegmentInfoCommand
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 GetStreamSegmentInfoCommand
impl Debug for GetStreamSegmentInfoCommand
Source§impl<'de> Deserialize<'de> for GetStreamSegmentInfoCommand
impl<'de> Deserialize<'de> for GetStreamSegmentInfoCommand
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 StructuralPartialEq for GetStreamSegmentInfoCommand
Auto Trait Implementations§
impl Freeze for GetStreamSegmentInfoCommand
impl RefUnwindSafe for GetStreamSegmentInfoCommand
impl Send for GetStreamSegmentInfoCommand
impl Sync for GetStreamSegmentInfoCommand
impl Unpin for GetStreamSegmentInfoCommand
impl UnwindSafe for GetStreamSegmentInfoCommand
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