pub struct RecordIn {
pub room: String,
}Fields§
§room: StringRoom is the LiveKit room, named the way the office client names one (<workspace>_<name>_<id>). Its leading segment is what binds the room to a tenant, and it is the segment the caller’s membership is checked against.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for RecordIn
impl<'de> Deserialize<'de> for RecordIn
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 StructuralPartialEq for RecordIn
Auto Trait Implementations§
impl Freeze for RecordIn
impl RefUnwindSafe for RecordIn
impl Send for RecordIn
impl Sync for RecordIn
impl Unpin for RecordIn
impl UnsafeUnpin for RecordIn
impl UnwindSafe for RecordIn
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