pub struct StreamingSection {
pub endpoints: Vec<StreamingEndpointSection>,
}Fields§
§endpoints: Vec<StreamingEndpointSection>Trait Implementations§
Source§impl Clone for StreamingSection
impl Clone for StreamingSection
Source§fn clone(&self) -> StreamingSection
fn clone(&self) -> StreamingSection
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 StreamingSection
impl Debug for StreamingSection
Source§impl<'de> Deserialize<'de> for StreamingSection
impl<'de> Deserialize<'de> for StreamingSection
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 Serialize for StreamingSection
impl Serialize for StreamingSection
Source§impl Validate for StreamingSection
impl Validate for StreamingSection
Source§impl<'v_a> ValidateArgs<'v_a> for StreamingSection
impl<'v_a> ValidateArgs<'v_a> for StreamingSection
Auto Trait Implementations§
impl Freeze for StreamingSection
impl RefUnwindSafe for StreamingSection
impl Send for StreamingSection
impl Sync for StreamingSection
impl Unpin for StreamingSection
impl UnwindSafe for StreamingSection
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