pub struct RtcFileConfig {
pub file: String,
}Fields§
§file: StringTrait Implementations§
Source§impl Clone for RtcFileConfig
impl Clone for RtcFileConfig
Source§fn clone(&self) -> RtcFileConfig
fn clone(&self) -> RtcFileConfig
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 RtcFileConfig
impl Debug for RtcFileConfig
Source§impl PartialEq for RtcFileConfig
impl PartialEq for RtcFileConfig
Source§fn eq(&self, other: &RtcFileConfig) -> bool
fn eq(&self, other: &RtcFileConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RtcFileConfig
Auto Trait Implementations§
impl Freeze for RtcFileConfig
impl RefUnwindSafe for RtcFileConfig
impl Send for RtcFileConfig
impl Sync for RtcFileConfig
impl Unpin for RtcFileConfig
impl UnsafeUnpin for RtcFileConfig
impl UnwindSafe for RtcFileConfig
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