pub struct StreamListGroupsInput {
pub stream_name: String,
}Expand description
Input for listing all groups in a stream.
Fields§
§stream_name: StringTrait Implementations§
Source§impl Clone for StreamListGroupsInput
impl Clone for StreamListGroupsInput
Source§fn clone(&self) -> StreamListGroupsInput
fn clone(&self) -> StreamListGroupsInput
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 StreamListGroupsInput
impl Debug for StreamListGroupsInput
Source§impl<'de> Deserialize<'de> for StreamListGroupsInput
impl<'de> Deserialize<'de> for StreamListGroupsInput
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
Auto Trait Implementations§
impl Freeze for StreamListGroupsInput
impl RefUnwindSafe for StreamListGroupsInput
impl Send for StreamListGroupsInput
impl Sync for StreamListGroupsInput
impl Unpin for StreamListGroupsInput
impl UnsafeUnpin for StreamListGroupsInput
impl UnwindSafe for StreamListGroupsInput
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