pub struct SegmentRegistration {
pub segment: SegmentRef,
pub group_id: Key,
pub recording_kind: RecordingKind,
}Fields§
§segment: SegmentRef§group_id: Key§recording_kind: RecordingKindTrait Implementations§
Source§impl Clone for SegmentRegistration
impl Clone for SegmentRegistration
Source§fn clone(&self) -> SegmentRegistration
fn clone(&self) -> SegmentRegistration
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 Debug for SegmentRegistration
impl Debug for SegmentRegistration
Source§impl<'de> Deserialize<'de> for SegmentRegistration
impl<'de> Deserialize<'de> for SegmentRegistration
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
impl Eq for SegmentRegistration
Source§impl PartialEq for SegmentRegistration
impl PartialEq for SegmentRegistration
Source§impl Serialize for SegmentRegistration
impl Serialize for SegmentRegistration
impl StructuralPartialEq for SegmentRegistration
Auto Trait Implementations§
impl Freeze for SegmentRegistration
impl RefUnwindSafe for SegmentRegistration
impl Send for SegmentRegistration
impl Sync for SegmentRegistration
impl Unpin for SegmentRegistration
impl UnsafeUnpin for SegmentRegistration
impl UnwindSafe for SegmentRegistration
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