pub struct MaxPerUserPerStreamSetting {
pub is_enabled: bool,
pub max_per_user_per_stream: u32,
}Fields§
§is_enabled: bool§max_per_user_per_stream: u32Trait Implementations§
Source§impl Debug for MaxPerUserPerStreamSetting
impl Debug for MaxPerUserPerStreamSetting
Source§impl<'de> Deserialize<'de> for MaxPerUserPerStreamSetting
impl<'de> Deserialize<'de> for MaxPerUserPerStreamSetting
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
Auto Trait Implementations§
impl Freeze for MaxPerUserPerStreamSetting
impl RefUnwindSafe for MaxPerUserPerStreamSetting
impl Send for MaxPerUserPerStreamSetting
impl Sync for MaxPerUserPerStreamSetting
impl Unpin for MaxPerUserPerStreamSetting
impl UnwindSafe for MaxPerUserPerStreamSetting
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