pub struct RouterOptions {
pub catalog_routes: bool,
pub meta_routes: bool,
pub playback_routes: bool,
pub alias_routes: bool,
pub path_key_routes: bool,
pub health_routes: bool,
pub playback_signing_key: Option<String>,
pub require_stream_json_suffix: bool,
}Fields§
§catalog_routes: bool§meta_routes: bool§playback_routes: bool§alias_routes: bool§path_key_routes: bool§health_routes: bool§playback_signing_key: Option<String>§require_stream_json_suffix: boolTrait Implementations§
Source§impl Clone for RouterOptions
impl Clone for RouterOptions
Source§fn clone(&self) -> RouterOptions
fn clone(&self) -> RouterOptions
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 RouterOptions
impl Debug for RouterOptions
Auto Trait Implementations§
impl Freeze for RouterOptions
impl RefUnwindSafe for RouterOptions
impl Send for RouterOptions
impl Sync for RouterOptions
impl Unpin for RouterOptions
impl UnsafeUnpin for RouterOptions
impl UnwindSafe for RouterOptions
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