pub struct StreamPatch {
pub description: Option<String>,
pub uid: Option<String>,
}
Fields§
§description: Option<String>
§uid: Option<String>
Implementations§
Source§impl StreamPatch
impl StreamPatch
pub fn new() -> StreamPatch
Trait Implementations§
Source§impl Clone for StreamPatch
impl Clone for StreamPatch
Source§fn clone(&self) -> StreamPatch
fn clone(&self) -> StreamPatch
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 StreamPatch
impl Debug for StreamPatch
Source§impl Default for StreamPatch
impl Default for StreamPatch
Source§fn default() -> StreamPatch
fn default() -> StreamPatch
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StreamPatch
impl<'de> Deserialize<'de> for StreamPatch
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 StreamPatch
impl PartialEq for StreamPatch
Source§impl Serialize for StreamPatch
impl Serialize for StreamPatch
impl StructuralPartialEq for StreamPatch
Auto Trait Implementations§
impl Freeze for StreamPatch
impl RefUnwindSafe for StreamPatch
impl Send for StreamPatch
impl Sync for StreamPatch
impl Unpin for StreamPatch
impl UnwindSafe for StreamPatch
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