pub struct TrackBinding {
pub mid: String,
pub user_id: UserId,
pub stream_type: StreamType,
pub active: bool,
}Fields§
§mid: String§user_id: UserId§stream_type: StreamType§active: boolTrait Implementations§
Source§impl Clone for TrackBinding
impl Clone for TrackBinding
Source§fn clone(&self) -> TrackBinding
fn clone(&self) -> TrackBinding
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 TrackBinding
impl Debug for TrackBinding
Source§impl<'de> Deserialize<'de> for TrackBinding
impl<'de> Deserialize<'de> for TrackBinding
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 TrackBinding
impl PartialEq for TrackBinding
Source§impl Serialize for TrackBinding
impl Serialize for TrackBinding
impl Eq for TrackBinding
impl StructuralPartialEq for TrackBinding
Auto Trait Implementations§
impl Freeze for TrackBinding
impl RefUnwindSafe for TrackBinding
impl Send for TrackBinding
impl Sync for TrackBinding
impl Unpin for TrackBinding
impl UnsafeUnpin for TrackBinding
impl UnwindSafe for TrackBinding
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