pub struct OnPropertiesParams {
pub id: String,
pub properties: StreamProperties,
}Fields§
§id: String§properties: StreamPropertiesTrait Implementations§
Source§impl Clone for OnPropertiesParams
impl Clone for OnPropertiesParams
Source§fn clone(&self) -> OnPropertiesParams
fn clone(&self) -> OnPropertiesParams
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 OnPropertiesParams
impl Debug for OnPropertiesParams
Source§impl<'de> Deserialize<'de> for OnPropertiesParams
impl<'de> Deserialize<'de> for OnPropertiesParams
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 OnPropertiesParams
impl PartialEq for OnPropertiesParams
Source§impl Serialize for OnPropertiesParams
impl Serialize for OnPropertiesParams
impl StructuralPartialEq for OnPropertiesParams
Auto Trait Implementations§
impl Freeze for OnPropertiesParams
impl RefUnwindSafe for OnPropertiesParams
impl Send for OnPropertiesParams
impl Sync for OnPropertiesParams
impl Unpin for OnPropertiesParams
impl UnwindSafe for OnPropertiesParams
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