pub struct ConferenceV1Contact {
pub conference_uri: String,
}
Fields§
§conference_uri: String
Auto Trait Implementations§
impl Freeze for ConferenceV1Contact
impl RefUnwindSafe for ConferenceV1Contact
impl Send for ConferenceV1Contact
impl Sync for ConferenceV1Contact
impl Unpin for ConferenceV1Contact
impl UnwindSafe for ConferenceV1Contact
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