pub struct Ignore {
pub kind: IgnoreType,
pub ignore_props: IgnoreProperties,
pub object_props: ObjectProperties,
pub activity_props: ActivityProperties,
}Expand description
Indicates that the actor is ignoring the object.
The target and origin typically have no defined meaning.
Fields§
§kind: IgnoreType§ignore_props: IgnorePropertiesAdds all valid ignore properties to this struct
object_props: ObjectPropertiesAdds all valid object properties to this struct
activity_props: ActivityPropertiesAdds all valid activity properties to this struct
Implementations§
Trait Implementations§
Source§impl AsMut<ActivityProperties> for Ignore
impl AsMut<ActivityProperties> for Ignore
Source§fn as_mut(&mut self) -> &mut ActivityProperties
fn as_mut(&mut self) -> &mut ActivityProperties
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<ActorAndObjectProperties> for Ignore
impl AsMut<ActorAndObjectProperties> for Ignore
Source§fn as_mut(&mut self) -> &mut IgnoreProperties
fn as_mut(&mut self) -> &mut IgnoreProperties
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<ObjectProperties> for Ignore
impl AsMut<ObjectProperties> for Ignore
Source§fn as_mut(&mut self) -> &mut ObjectProperties
fn as_mut(&mut self) -> &mut ObjectProperties
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<ActivityProperties> for Ignore
impl AsRef<ActivityProperties> for Ignore
Source§fn as_ref(&self) -> &ActivityProperties
fn as_ref(&self) -> &ActivityProperties
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<ActorAndObjectProperties> for Ignore
impl AsRef<ActorAndObjectProperties> for Ignore
Source§fn as_ref(&self) -> &IgnoreProperties
fn as_ref(&self) -> &IgnoreProperties
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<ObjectProperties> for Ignore
impl AsRef<ObjectProperties> for Ignore
Source§fn as_ref(&self) -> &ObjectProperties
fn as_ref(&self) -> &ObjectProperties
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl<'de> Deserialize<'de> for Ignore
impl<'de> Deserialize<'de> for Ignore
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl TryFrom<Ignore> for ActivityBox
impl TryFrom<Ignore> for ActivityBox
impl Activity for Ignore
impl Base for Ignore
impl Object for Ignore
Auto Trait Implementations§
impl Freeze for Ignore
impl RefUnwindSafe for Ignore
impl Send for Ignore
impl Sync for Ignore
impl Unpin for Ignore
impl UnsafeUnpin for Ignore
impl UnwindSafe for Ignore
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