Enum jsonrpc_http_server::AccessControlAllowOrigin
[−]
[src]
pub enum AccessControlAllowOrigin {
Value(Origin),
Null,
Any,
}Origins allowed to access
Variants
Value(Origin)Specific hostname
Nullnull-origin (file:///, sandboxed iframe)
AnyAny non-null origin
Trait Implementations
impl Display for AccessControlAllowOrigin[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl<T> From<T> for AccessControlAllowOrigin where
T: Into<String>, [src]
T: Into<String>,
fn from(s: T) -> AccessControlAllowOrigin
Performs the conversion.
impl Eq for AccessControlAllowOrigin[src]
impl PartialEq<AccessControlAllowOrigin> for AccessControlAllowOrigin[src]
fn eq(&self, __arg_0: &AccessControlAllowOrigin) -> bool
fn ne(&self, __arg_0: &AccessControlAllowOrigin) -> bool
impl Debug for AccessControlAllowOrigin[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.
impl Clone for AccessControlAllowOrigin[src]
fn clone(&self) -> AccessControlAllowOrigin
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more