pub struct PolicyRuleServerEventContent(pub PolicyRuleEventContent);
Expand description
The content of an m.policy.rule.server
event.
This event type is used to apply rules to server entities.
Tuple Fields§
§0: PolicyRuleEventContent
Trait Implementations§
source§impl Clone for PolicyRuleServerEventContent
impl Clone for PolicyRuleServerEventContent
source§fn clone(&self) -> PolicyRuleServerEventContent
fn clone(&self) -> PolicyRuleServerEventContent
Returns a copy of the value. Read more
1.0.0 · 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 PolicyRuleServerEventContent
impl Debug for PolicyRuleServerEventContent
source§impl<'de> Deserialize<'de> for PolicyRuleServerEventContent
impl<'de> Deserialize<'de> for PolicyRuleServerEventContent
source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<PolicyRuleServerEventContent, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<PolicyRuleServerEventContent, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl EventContent for PolicyRuleServerEventContent
impl EventContent for PolicyRuleServerEventContent
§type EventType = StateEventType
type EventType = StateEventType
The Rust enum for the event kind’s known types.
source§fn event_type(
&self,
) -> <PolicyRuleServerEventContent as EventContent>::EventType
fn event_type( &self, ) -> <PolicyRuleServerEventContent as EventContent>::EventType
Get the event’s type, like
m.room.message
.source§impl From<PolicyRuleServerEventContent> for AnyStateEventContent
impl From<PolicyRuleServerEventContent> for AnyStateEventContent
source§fn from(c: PolicyRuleServerEventContent) -> AnyStateEventContent
fn from(c: PolicyRuleServerEventContent) -> AnyStateEventContent
Converts to this type from the input type.
source§impl RedactContent for PolicyRuleServerEventContent
impl RedactContent for PolicyRuleServerEventContent
§type Redacted = RedactedPolicyRuleServerEventContent
type Redacted = RedactedPolicyRuleServerEventContent
The redacted form of the event’s content.
source§fn redact(self, version: &RoomVersionId) -> RedactedPolicyRuleServerEventContent
fn redact(self, version: &RoomVersionId) -> RedactedPolicyRuleServerEventContent
Transform
self
into a redacted form (removing most or all fields) according to the spec. Read moresource§impl Serialize for PolicyRuleServerEventContent
impl Serialize for PolicyRuleServerEventContent
source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
source§impl StaticStateEventContent for PolicyRuleServerEventContent
impl StaticStateEventContent for PolicyRuleServerEventContent
§type PossiblyRedacted = PossiblyRedactedPolicyRuleServerEventContent
type PossiblyRedacted = PossiblyRedactedPolicyRuleServerEventContent
The possibly redacted form of the event’s content.
§type Unsigned = StateUnsigned<<PolicyRuleServerEventContent as StaticStateEventContent>::PossiblyRedacted>
type Unsigned = StateUnsigned<<PolicyRuleServerEventContent as StaticStateEventContent>::PossiblyRedacted>
The type of the event’s
unsigned
field.Auto Trait Implementations§
impl Freeze for PolicyRuleServerEventContent
impl RefUnwindSafe for PolicyRuleServerEventContent
impl Send for PolicyRuleServerEventContent
impl Sync for PolicyRuleServerEventContent
impl Unpin for PolicyRuleServerEventContent
impl UnwindSafe for PolicyRuleServerEventContent
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)