pub struct UpdateStreamAttrsRequest {
pub stream_id: BucketStreamId,
pub attrs: Option<StreamAttrs>,
pub now_ms: u64,
}Fields§
§stream_id: BucketStreamId§attrs: Option<StreamAttrs>§now_ms: u64Trait Implementations§
Source§impl Clone for UpdateStreamAttrsRequest
impl Clone for UpdateStreamAttrsRequest
Source§fn clone(&self) -> UpdateStreamAttrsRequest
fn clone(&self) -> UpdateStreamAttrsRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UpdateStreamAttrsRequest
impl Debug for UpdateStreamAttrsRequest
Source§impl<'de> Deserialize<'de> for UpdateStreamAttrsRequest
impl<'de> Deserialize<'de> for UpdateStreamAttrsRequest
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 Eq for UpdateStreamAttrsRequest
Source§impl From<&UpdateStreamAttrsRequest> for GroupWriteCommand
impl From<&UpdateStreamAttrsRequest> for GroupWriteCommand
Source§fn from(request: &UpdateStreamAttrsRequest) -> Self
fn from(request: &UpdateStreamAttrsRequest) -> Self
Converts to this type from the input type.
Source§impl From<UpdateStreamAttrsRequest> for GroupWriteCommand
impl From<UpdateStreamAttrsRequest> for GroupWriteCommand
Source§fn from(request: UpdateStreamAttrsRequest) -> Self
fn from(request: UpdateStreamAttrsRequest) -> Self
Converts to this type from the input type.
Source§impl PartialEq for UpdateStreamAttrsRequest
impl PartialEq for UpdateStreamAttrsRequest
Source§fn eq(&self, other: &UpdateStreamAttrsRequest) -> bool
fn eq(&self, other: &UpdateStreamAttrsRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for UpdateStreamAttrsRequest
impl Serialize for UpdateStreamAttrsRequest
impl StructuralPartialEq for UpdateStreamAttrsRequest
Auto Trait Implementations§
impl Freeze for UpdateStreamAttrsRequest
impl RefUnwindSafe for UpdateStreamAttrsRequest
impl Send for UpdateStreamAttrsRequest
impl Sync for UpdateStreamAttrsRequest
impl Unpin for UpdateStreamAttrsRequest
impl UnsafeUnpin for UpdateStreamAttrsRequest
impl UnwindSafe for UpdateStreamAttrsRequest
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.