pub struct SvixOptions {
pub debug: bool,
pub server_url: Option<String>,
}
Fields§
§debug: bool
§server_url: Option<String>
Trait Implementations§
Source§impl Default for SvixOptions
impl Default for SvixOptions
Source§fn default() -> SvixOptions
fn default() -> SvixOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SvixOptions
impl RefUnwindSafe for SvixOptions
impl Send for SvixOptions
impl Sync for SvixOptions
impl Unpin for SvixOptions
impl UnwindSafe for SvixOptions
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