Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.
Sharing scope for cached content - stability does not imply shareability. Default is Session per security requirements.
RequestRequest
Request-scoped; content is not shared beyond the current request.
SessionSession
Session-scoped; content is shared within a single user session.
TenantTenant
Tenant-scoped; content is shared across sessions within a tenant.
GlobalGlobal
Globally shared; content is available across all tenants.
impl Clone for SharingScopeimpl Clone for SharingScope
clonefn clone(&self) -> SharingScope
clone_fromfn clone_from(&mut self, source: &Self)
impl Debug for SharingScopeimpl Debug for SharingScope
fmtfn fmt(&self, f: &mut Formatter<'_>) -> Result
impl Default for SharingScopeimpl Default for SharingScope
defaultfn default() -> SharingScope
impl<'de> Deserialize<'de> for SharingScopeimpl<'de> Deserialize<'de> for SharingScope
deserializefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
impl Hash for SharingScopeimpl Hash for SharingScope
hashfn hash<__H: Hasher>(&self, state: &mut __H)
hash_slicefn hash_slice<H>(data: &[Self], state: &mut H)where
H: Hasher,
Self: Sized,
impl PartialEq for SharingScopeimpl PartialEq for SharingScope
eqfn eq(&self, other: &SharingScope) -> bool
nefn ne(&self, other: &Rhs) -> bool
impl Serialize for SharingScopeimpl Serialize for SharingScope
serializefn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where
__S: Serializer,
impl Copy for SharingScopeimpl Copy for SharingScope
impl Eq for SharingScopeimpl Eq for SharingScope
impl StructuralPartialEq for SharingScopeimpl StructuralPartialEq for SharingScope