pub struct StreamTypeDef {
pub identification: Auid,
pub symbol: String,
pub namespace: String,
}Fields§
§identification: Auid§symbol: String§namespace: StringTrait Implementations§
Source§impl Clone for StreamTypeDef
impl Clone for StreamTypeDef
Source§fn clone(&self) -> StreamTypeDef
fn clone(&self) -> StreamTypeDef
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 moreAuto Trait Implementations§
impl Freeze for StreamTypeDef
impl RefUnwindSafe for StreamTypeDef
impl Send for StreamTypeDef
impl Sync for StreamTypeDef
impl Unpin for StreamTypeDef
impl UnsafeUnpin for StreamTypeDef
impl UnwindSafe for StreamTypeDef
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