pub enum AddonRendererAdapterTransportUrlKind {
Stream,
Playlist,
SegmentBase,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AddonRendererAdapterTransportUrlKind
impl Clone for AddonRendererAdapterTransportUrlKind
Source§fn clone(&self) -> AddonRendererAdapterTransportUrlKind
fn clone(&self) -> AddonRendererAdapterTransportUrlKind
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<'de> Deserialize<'de> for AddonRendererAdapterTransportUrlKind
impl<'de> Deserialize<'de> for AddonRendererAdapterTransportUrlKind
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 AddonRendererAdapterTransportUrlKind
impl PartialEq for AddonRendererAdapterTransportUrlKind
Source§fn eq(&self, other: &AddonRendererAdapterTransportUrlKind) -> bool
fn eq(&self, other: &AddonRendererAdapterTransportUrlKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for AddonRendererAdapterTransportUrlKind
impl Eq for AddonRendererAdapterTransportUrlKind
impl StructuralPartialEq for AddonRendererAdapterTransportUrlKind
Auto Trait Implementations§
impl Freeze for AddonRendererAdapterTransportUrlKind
impl RefUnwindSafe for AddonRendererAdapterTransportUrlKind
impl Send for AddonRendererAdapterTransportUrlKind
impl Sync for AddonRendererAdapterTransportUrlKind
impl Unpin for AddonRendererAdapterTransportUrlKind
impl UnsafeUnpin for AddonRendererAdapterTransportUrlKind
impl UnwindSafe for AddonRendererAdapterTransportUrlKind
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